From 20ed47e21e966a5b857ef9970ae6171b3a504ce1 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Thu, 1 Jul 2021 23:42:26 -0400 Subject: lsp in ftplugin austonautomoy --- lv-config.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lv-config.lua') 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 -- cgit v1.2.3