diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-16 20:06:33 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-16 20:06:33 -0500 |
| commit | d5b2bf350095912b6ed7405e412bc9c7e594769f (patch) | |
| tree | 8b9b03003ad4e55ecc8194ba9b03ce804448a0f7 /nvim/lua/plugins/treesitter.lua | |
| parent | 2d26cfea6712398d5613b8a2c69d38804ba1d66a (diff) | |
Remove unused plugins
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 4062d14..a218e13 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", "vim", "go" }, + ensure_installed = { "help", "lua", "python", "javascript", "typescript", "c", "latex", "vim", "go" }, auto_install = true, highlight = { enable = true, |
