diff options
| -rw-r--r-- | nvim/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/plugins.vim b/nvim/plugins.vim index 5c0e50f..ddae50e 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim | |||
| @@ -55,7 +55,7 @@ let g:AutoPairsPrefix='<M-P>' | |||
| 55 | " Treesitter | 55 | " Treesitter |
| 56 | lua << EOF | 56 | lua << EOF |
| 57 | require'nvim-treesitter.configs'.setup { | 57 | require'nvim-treesitter.configs'.setup { |
| 58 | ensure_installed = { "c", "lua", "vim", "vimdoc", "typescript" }, | 58 | ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "typescript" }, |
| 59 | sync_install = false, | 59 | sync_install = false, |
| 60 | auto_install = false, | 60 | auto_install = false, |
| 61 | highlight = { | 61 | highlight = { |
