fix treesitter highlighting

This commit is contained in:
Maciej Lebiest 2023-02-12 20:31:58 +01:00
parent 2754473139
commit 3344392f1e
4 changed files with 10 additions and 7 deletions

View file

@ -39,5 +39,6 @@ vim.opt.cursorline = true
vim.cmd [[
highlight clear
colorscheme dracula
TSEnable highlight
]]