mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 18:25:22 +02:00
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
This commit is contained in:
parent
ca057a2823
commit
f7132edd54
2 changed files with 31 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue