aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-06-18 14:27:49 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-06-18 14:27:49 -0400
commitd3d3d729a71820fc2a74ef44c055bf8dbb7cf8e7 (patch)
tree9e402cac05fbaa1c91f1be556c46388705b499e0 /nvim/lua/plugins
parentf454e571f72d961359d7cf3df7156ec9187f5645 (diff)
add vim to ts parser list
Diffstat (limited to 'nvim/lua/plugins')
-rw-r--r--nvim/lua/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
index 82ab028..88e47ca 100644
--- a/nvim/lua/plugins/treesitter.lua
+++ b/nvim/lua/plugins/treesitter.lua
@@ -2,7 +2,7 @@ return {
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
- ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex" },
+ ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex", "vim" },
auto_install = true,
highlight = {
enable = true,