diff options
author | Rohit Patil <[email protected]> | 2021-07-03 20:57:00 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-03 11:27:00 -0400 |
commit | f7132edd547f4d1bc553a106262d88f46243900d (patch) | |
tree | a0c4ab2adeb0ce8afb143c74ee7932145264d38d /ftplugin/python.lua | |
parent | ca057a2823677c60819e8aa801d92da770b6c4ae (diff) |
Show all LSP Clients attached to the Buffer in GalaxyLine Bar (#611)
* [UPDATE] change efm filetypes to only python
* [UPDATE] shows all LSP Clients in galaxyline
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 = { |