refactor(nvim): install all treesitter parsers
This commit is contained in:
parent
475ca08e00
commit
06c9a43581
@ -6,22 +6,7 @@ vim.opt.runtimepath:append(treesitter_dir)
|
||||
|
||||
nvim_treesitter.setup({
|
||||
parser_install_dir = treesitter_dir,
|
||||
ensure_installed = {
|
||||
"norg",
|
||||
"lua",
|
||||
"vim",
|
||||
"toml",
|
||||
"rust",
|
||||
"python",
|
||||
"c_sharp",
|
||||
"yaml",
|
||||
"json",
|
||||
"html",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"regex",
|
||||
"bash",
|
||||
},
|
||||
ensure_installed = "all",
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = function(_, buf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user