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

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