diff options
Diffstat (limited to 'ftplugin')
| -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 = {  | 
