Terraform syntax highlighting

This commit is contained in:
Anthony Cicchetti 2022-11-21 09:13:52 -05:00
parent db71c08e5a
commit 0274000880
2 changed files with 6 additions and 3 deletions

View file

@ -50,10 +50,8 @@
;; TODO CONFIGURE
:nvim-treesitter/nvim-treesitter {:mod :treesitter :event ["BufEnter"] :run ":TSUpdate"}
"https://git.sr.ht/~p00f/nvim-ts-rainbow" {:requires [[:nvim-treesitter/nvim-treesitter]]}
;; TODO CONFIGURE
:datwaft/bubbly.nvim {:mod :bubbly}
:tpope/vim-fugitive {:mod :fugitive}
@ -62,4 +60,5 @@
:tpope/vim-commentary {}
:mbbill/undotree {}
:folke/which-key.nvim {:mod :which-key}
:airblade/vim-rooter {})
:airblade/vim-rooter {}
:hashivim/vim-terraform {:mod :vim-terraform})

View file

@ -0,0 +1,4 @@
(module config.plugin.vim-terraform
{autoload {nvim aniseed.nvim}})
(set nvim.g.terraform_fmt_on_save "1")