From f7132edd547f4d1bc553a106262d88f46243900d Mon Sep 17 00:00:00 2001 From: Rohit Patil Date: Sat, 3 Jul 2021 20:57:00 +0530 Subject: 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 --- ftplugin/python.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/python.lua') 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 = { -- cgit v1.2.3