add: cpp to treesitter config
authorLukas Hägele <lukas.haegele93@web.de>
Sat, 28 Oct 2023 15:35:05 +0000 (17:35 +0200)
committerLukas Hägele <lukas.haegele93@web.de>
Sat, 28 Oct 2023 15:35:05 +0000 (17:35 +0200)
after/plugin/treesitter.lua

index 19c9c2f4bdb357dffd232a554cc813e6a08f5626..fd4e11f566269d971219099949e7cf4ec4d04d39 100644 (file)
@@ -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,