add terraform plugin and lsp config
This commit is contained in:
parent
e70253835c
commit
97128cf6e7
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ local servers = {
|
|||
"pyright",
|
||||
"rnix",
|
||||
"ruff_lsp",
|
||||
"terraformls",
|
||||
"vimls",
|
||||
}
|
||||
for _, lsp in ipairs(servers) do
|
||||
|
|
|
@ -67,6 +67,7 @@ require('packer').startup(function()
|
|||
|
||||
-- Misc
|
||||
use { 'jbyuki/venn.nvim' } -- ascii diagrams
|
||||
use { 'hashivim/vim-terraform' }
|
||||
|
||||
end)
|
||||
|
||||
|
|
Loading…
Reference in a new issue