mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 23:54:50 +02:00
don't break for .fish
This commit is contained in:
parent
e5bd25b1f3
commit
4d68c6eb78
2 changed files with 18 additions and 0 deletions
|
@ -337,6 +337,10 @@ function lsp_config.setup(lang)
|
|||
end
|
||||
end
|
||||
|
||||
if provider == "" or provider == nil then
|
||||
return
|
||||
end
|
||||
|
||||
require("lspconfig")[provider].setup(lang_server.setup)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue