chore(treesitter): enable additional syntax highlighting
This commit is contained in:
parent
df0e24faa0
commit
d54bff58d4
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
},
|
||||
callback = function()
|
||||
vim.treesitter.start()
|
||||
vim.bo.syntax = "on"
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue