summaryrefslogtreecommitdiff
path: root/lua/nv-globals.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/nv-globals.lua
parente6e7eafdaf526b1d75c5dde2f2f91bf53125b20e (diff)
update options for python
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r--lua/nv-globals.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua
index 8e48892d..ded7d95b 100644
--- a/lua/nv-globals.lua
+++ b/lua/nv-globals.lua
@@ -6,7 +6,7 @@ O = {
linter = '',
formatter = '',
autoformat = false,
- diagnostics = {virtual_text = false, signs = false, underline = false}
+ diagnostics = {virtual_text = true, signs = true, underline = true}
},
javascript = {linter = '', formatter = '', autoformat = false, virtual_text = true},
javascriptreact = {linter = '', formatter = '', autoformat = false, virtual_text = true},