infrastructure/config/users/kat/dev/vim/init.vim
2021-08-30 00:42:39 +01:00

13 lines
362 B
VimL

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