1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add treesitter grammar

This commit is contained in:
Mo8it 2022-04-24 19:16:54 +02:00
parent 693e60a12e
commit 8dd6e91072

View file

@ -12,6 +12,10 @@ require("nvim-treesitter.configs").setup({
"json", "json",
"toml", "toml",
"yaml", "yaml",
"regex",
"rust",
-- cpp
"cpp",
}, },
highlight = { highlight = {
enable = true, enable = true,