Change syntax conviention fisrt part
This commit is contained in:
parent
daa989d24a
commit
433fcafca9
9 changed files with 109 additions and 108 deletions
|
|
@ -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, }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue