projects
/
dotfiles_nvim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e7a85
)
add: cpp to treesitter config
author
Lukas Hägele
<lukas.haegele93@web.de>
Sat, 28 Oct 2023 15:35:05 +0000
(17:35 +0200)
committer
Lukas Hägele
<lukas.haegele93@web.de>
Sat, 28 Oct 2023 15:35:05 +0000
(17:35 +0200)
after/plugin/treesitter.lua
patch
|
blob
|
history
diff --git
a/after/plugin/treesitter.lua
b/after/plugin/treesitter.lua
index 19c9c2f4bdb357dffd232a554cc813e6a08f5626..fd4e11f566269d971219099949e7cf4ec4d04d39 100644
(file)
--- 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,