don't break for .fish

This commit is contained in:
Chris 2021-07-26 14:32:29 -04:00
parent e5bd25b1f3
commit 4d68c6eb78
2 changed files with 18 additions and 0 deletions

View file

@ -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