chore(treesitter): clean up treesitter
neaten up the treesitter code. superficial change
This commit is contained in:
parent
e1f5370ce6
commit
73f9fd1526
|
|
@ -2,8 +2,7 @@ if not pcall(require, 'nvim-treesitter') then
|
|||
return
|
||||
end
|
||||
|
||||
require('nvim-treesitter.configs').setup {
|
||||
|
||||
local config = {
|
||||
ensure_installed = {
|
||||
"c",
|
||||
"cpp",
|
||||
|
|
@ -35,3 +34,4 @@ require('nvim-treesitter.configs').setup {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user