mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
nvim: treesitter
This commit is contained in:
parent
92f7f05bc9
commit
ead2cd863c
3 changed files with 32 additions and 3 deletions
13
config/users/kat/dev/vim/init.vim
Normal file
13
config/users/kat/dev/vim/init.vim
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
lua << EOF
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
|
||||
ignore_install = { }, -- List of parsers to ignore installing
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue