update: add docker language server to init.lua
docker Language Server to support docker compose etc.
This commit is contained in:
parent
f99c87f32d
commit
a43c89f3ca
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -576,6 +576,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 = {},
|
||||
dockerls = {},
|
||||
-- gopls = {},
|
||||
pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue