mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-16 16:53:09 +00:00
Add treesitter grammar
This commit is contained in:
parent
693e60a12e
commit
8dd6e91072
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ require("nvim-treesitter.configs").setup({
|
|||
"json",
|
||||
"toml",
|
||||
"yaml",
|
||||
"regex",
|
||||
"rust",
|
||||
-- cpp
|
||||
"cpp",
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue