ZLS added
This commit is contained in:
parent
3bc5d56e94
commit
ed72526d26
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue