diff options
author | Chris <[email protected]> | 2021-04-01 20:32:49 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-04-01 20:32:49 -0400 |
commit | 4ab0d1ff05059f30b511d6c3330bf55ae3514768 (patch) | |
tree | 280d16b037db1eb8cf08e0abe7bf8d10bcadcb53 /nv-settings.lua | |
parent | 62e44109e5c4a92f2ddad333b472b6f40401101d (diff) |
udpates
Diffstat (limited to 'nv-settings.lua')
-rw-r--r-- | nv-settings.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nv-settings.lua b/nv-settings.lua index e4e3f2be..5aec2415 100644 --- a/nv-settings.lua +++ b/nv-settings.lua @@ -10,6 +10,10 @@ O.auto_complete = true O.colorscheme = 'nvcode' O.auto_close_tree = 0 +O.clang.diagnostics.virtual_text = false +O.clang.diagnostics.signs = false +O.clang.diagnostics.underline = false + -- python -- add things like O.python.formatter.yapf.exec_path -- add things like O.python.linter.flake8.exec_path |