add terraform plugin and lsp config

This commit is contained in:
Vladan Popovic 2024-02-26 14:03:08 +01:00
parent e70253835c
commit 97128cf6e7
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ local servers = {
"pyright",
"rnix",
"ruff_lsp",
"terraformls",
"vimls",
}
for _, lsp in ipairs(servers) do

View File

@ -67,6 +67,7 @@ require('packer').startup(function()
-- Misc
use { 'jbyuki/venn.nvim' } -- ascii diagrams
use { 'hashivim/vim-terraform' }
end)