ZLS added

This commit is contained in:
Imbus 2024-07-14 01:15:05 +02:00
parent 3bc5d56e94
commit ed72526d26

View file

@ -501,6 +501,7 @@ require('lazy').setup({
gopls = {}, gopls = {},
pyright = {}, pyright = {},
rust_analyzer = {}, rust_analyzer = {},
zls = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --
-- Some languages (like typescript) have entire language plugins that can be useful: -- Some languages (like typescript) have entire language plugins that can be useful: