chore: Add treesitter
It says I can use it for highlighting......... I have no idea how to use it, too lazy to figure it out rn
This commit is contained in:
parent
1f82964c65
commit
cda9433be6
1 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,9 @@ Plug 'GutenYe/json5.vim'
|
|||
" --- Project Fluent support
|
||||
Plug 'projectfluent/fluent.vim'
|
||||
|
||||
" --- AIO solution for highlighting
|
||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
|
||||
call plug#end()
|
||||
|
||||
" ======================
|
||||
|
@ -408,3 +411,6 @@ lua <<EOF
|
|||
capabilities = capabilities
|
||||
}
|
||||
EOF
|
||||
|
||||
" --- TSTree
|
||||
lua require'nvim-treesitter.configs'.setup{highlight={enable=true}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue