diff options
author | Chris <[email protected]> | 2021-03-27 04:06:14 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-27 04:06:14 -0400 |
commit | eb1077811077e3f2f3834ddbb355a984ced395f8 (patch) | |
tree | d20e6f86641318551613878c5de5e6df317c5174 /lua/config.lua | |
parent | e6e7eafdaf526b1d75c5dde2f2f91bf53125b20e (diff) |
update options for python
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/config.lua b/lua/config.lua index 3bd6952b..ef081199 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -14,5 +14,8 @@ O.colorscheme = 'nvcode' O.python.formatter = 'yapf' O.python.linter = nil O.python.autoformat = false -O.python.virtual_text = false +O.python.diagnostics.virtual_text = false +O.python.diagnostics.signs = false +O.python.diagnostics.underline = false + |