aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/plugins.vim2
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
56lua << EOF 56lua << EOF
57require'nvim-treesitter.configs'.setup { 57require'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 = {