diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-17 03:30:07 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-17 03:30:07 -0400 |
| commit | c840e6608751f1e15a2cd6347924186b27fbe842 (patch) | |
| tree | 6db407743e9d41a635db17720c7f82128146325f /nvim/lua/plugins/treesitter.lua | |
| parent | 0089c3d186cd54de4827b58e43f3ae9e0255d55f (diff) | |
improved Trouble.nvim config, ensure Go treesitter parser
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 88e47ca..4062d14 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" }, + ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex", "vim", "go" }, auto_install = true, highlight = { enable = true, |
