chore(treesitter): clean up treesitter

neaten up the treesitter code. superficial change
This commit is contained in:
Robert Morrison 2023-05-05 19:10:41 +01:00
parent e1f5370ce6
commit 73f9fd1526
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -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 {
}
}
}