Change syntax conviention fisrt part

This commit is contained in:
CRy386i 2026-05-02 17:24:43 +02:00
parent daa989d24a
commit 433fcafca9
9 changed files with 109 additions and 108 deletions

View file

@ -1,9 +1,9 @@
return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
main = 'nvim-treesitter.configs',
main = "nvim-treesitter.configs",
opts = {
ensure_installed = { 'c', 'cpp', 'lua' },
ensure_installed = { "c", "cpp", "lua" },
highlight = { enable = true, }
}
}