diff options
author | Joe <rbo@gmx.us> | 2024-03-11 13:41:49 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-03-11 13:41:49 +0100 |
commit | 79b63af94126c7f974f6b6b40c9d60446fcafb7f (patch) | |
tree | 908c3d26b74e415d0af2a87ae6bb96dc0b93dbc3 /.config/nvim/after/plugin/treesitter.lua | |
parent | up (diff) | |
download | dotfiles-bsd-79b63af94126c7f974f6b6b40c9d60446fcafb7f.tar.gz dotfiles-bsd-79b63af94126c7f974f6b6b40c9d60446fcafb7f.tar.bz2 dotfiles-bsd-79b63af94126c7f974f6b6b40c9d60446fcafb7f.tar.xz dotfiles-bsd-79b63af94126c7f974f6b6b40c9d60446fcafb7f.tar.zst dotfiles-bsd-79b63af94126c7f974f6b6b40c9d60446fcafb7f.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/treesitter.lua b/.config/nvim/after/plugin/treesitter.lua index 4e27946..0bc651b 100644 --- a/.config/nvim/after/plugin/treesitter.lua +++ b/.config/nvim/after/plugin/treesitter.lua @@ -13,6 +13,7 @@ require'nvim-treesitter.configs'.setup { 'regex', 'markdown', 'markdown_inline', + 'terraform', 'comment', }, |