mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fix highlighting
This commit is contained in:
parent
4b403585de
commit
bd3192653b
2 changed files with 8 additions and 1 deletions
|
|
@ -24,3 +24,10 @@ dofile(vim.fn.stdpath('config') .. '/plugins.lua')
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.tabstop = 2
|
vim.opt.tabstop = 2
|
||||||
|
|
||||||
|
-- Treesitter Enable
|
||||||
|
require'nvim-treesitter.configs'.setup {
|
||||||
|
highlight = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue