add gopls and docker_compose_language_service lsps
This commit is contained in:
parent
1860184830
commit
97478f0fd1
4
init.lua
4
init.lua
@ -570,7 +570,7 @@ require('lazy').setup({
|
||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
-- clangd = {},
|
||||
-- gopls = {},
|
||||
gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||
@ -580,7 +580,7 @@ require('lazy').setup({
|
||||
--
|
||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||
-- tsserver = {},
|
||||
--
|
||||
docker_compose_language_service = {},
|
||||
|
||||
lua_ls = {
|
||||
-- cmd = {...},
|
||||
|
Loading…
x
Reference in New Issue
Block a user