summaryrefslogtreecommitdiff
path: root/lv-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lv-config.lua')
-rw-r--r--lv-config.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lv-config.lua b/lv-config.lua
index 43408208..1746b9dd 100644
--- a/lv-config.lua
+++ b/lv-config.lua
@@ -49,7 +49,6 @@ O.lang.clang.diagnostics.underline = false
-- add things like O.python.formatter.isort.exec_path
O.lang.python.formatter = 'yapf'
-- O.python.linter = 'flake8'
-O.lang.python.active = true
O.lang.python.isort = true
O.lang.python.autoformat = true
O.lang.python.diagnostics.virtual_text = true
@@ -59,9 +58,9 @@ O.lang.python.analysis.type_checking = "off"
O.lang.python.analysis.auto_search_paths = true
O.lang.python.analysis.use_library_code_types = true
+
-- lua
-- TODO look into stylua
-O.lang.lua.active = true
O.lang.lua.formatter = 'lua-format'
-- O.lua.formatter = 'lua-format'
O.lang.lua.autoformat = false
@@ -72,7 +71,6 @@ O.lang.tsserver.linter = nil
O.lang.tsserver.autoformat = true
-- json
-O.lang.json.active = false
O.lang.json.autoformat = true
-- ruby