summaryrefslogtreecommitdiff
path: root/lua/config.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-27 04:06:14 -0400
committerChris <[email protected]>2021-03-27 04:06:14 -0400
commiteb1077811077e3f2f3834ddbb355a984ced395f8 (patch)
treed20e6f86641318551613878c5de5e6df317c5174 /lua/config.lua
parente6e7eafdaf526b1d75c5dde2f2f91bf53125b20e (diff)
update options for python
Diffstat (limited to 'lua/config.lua')
-rw-r--r--lua/config.lua5
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
+