feat: add docker_language_server
This commit is contained in:
parent
1917c81067
commit
5149c12b9a
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
settings = {
|
||||
initializationOptions = {
|
||||
telemetry = "off",
|
||||
},
|
||||
},
|
||||
}
|
|
@ -12,6 +12,7 @@ MiniDeps.later(function()
|
|||
"lua_ls",
|
||||
"nixd",
|
||||
"nil_ls",
|
||||
"docker_language_server",
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd("LspAttach", {
|
||||
|
|
Loading…
Reference in New Issue