Support for terraform LSP.

This commit is contained in:
Bartek Stalewski 2024-11-03 18:18:35 +01:00
parent 6c30aee0c0
commit fb7802b115
No known key found for this signature in database
3 changed files with 22 additions and 22 deletions

View file

@ -37,16 +37,15 @@ return {
},
},
},
{
"neovim/nvim-lspconfig",
config = function()
require "configs.lspconfig"
end,
},
}
-- These are some examples, uncomment them if you want to see them work!
-- {
-- "neovim/nvim-lspconfig",
-- config = function()
-- require("nvchad.configs.lspconfig").defaults()
-- require "configs.lspconfig"
-- end,
-- },
-- Install a plugin
-- {