From: Lukas Hägele Date: Sat, 28 Oct 2023 15:35:05 +0000 (+0200) Subject: add: cpp to treesitter config X-Git-Url: https://git.lhaegele.de/?a=commitdiff_plain;h=77a3e6f3d221b5a019190bd93d0ea907f3f2d08d;p=dotfiles_nvim.git add: cpp to treesitter config --- diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 19c9c2f..fd4e11f 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -1,6 +1,6 @@ require'nvim-treesitter.configs'.setup { -- A list of parser names, or "all" - ensure_installed = { "vimdoc", "c", "lua", "markdown" }, + ensure_installed = { "vimdoc", "c", "cpp", "lua", "markdown" }, -- Install parsers synchronously (only applied to `ensure_installed`) sync_install = false,