feat(neovim): configure docker language server

main
mandlm 2022-07-21 08:24:53 +02:00
parent 29636037fb
commit 35bdf7c2a2
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ capabilities = require("cmp_nvim_lsp").update_capabilities(capabilities)
local servers = {
["bashls"] = {},
["dockerls"] = {},
["rnix"] = {},
["terraformls"] = {},
["tflint"] = {},