diff options
author | christianchiarulli <[email protected]> | 2021-07-03 16:34:43 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-03 16:34:43 -0400 |
commit | 8f37e7f2784b56d918f64960fd7b5c02947904f4 (patch) | |
tree | 779334acd01341786e81f00140a18bd91403b168 /ftplugin/python.lua | |
parent | 703fdfd48d966c8a74085e9d77816fa76070b65a (diff) | |
parent | 80bda1932308dcaac74958ef771a9c060446f093 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'ftplugin/python.lua')
-rw-r--r-- | ftplugin/python.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/python.lua b/ftplugin/python.lua index 7ae0d6fd..23e54880 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -26,7 +26,7 @@ require"lspconfig".efm.setup { -- init_options = {initializationOptions}, cmd = {DATA_PATH .. "/lspinstall/efm/efm-langserver"}, init_options = {documentFormatting = true, codeAction = false}, - filetypes = {"lua", "python", "javascriptreact", "javascript", "typescript","typescriptreact","sh", "html", "css", "yaml", "markdown", "vue"}, + filetypes = {"python"}, settings = { rootMarkers = {".git/", "requirements.txt"}, languages = { |