Support for terraform LSP.
This commit is contained in:
parent
6c30aee0c0
commit
fb7802b115
3 changed files with 22 additions and 22 deletions
|
@ -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
|
||||
-- {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue