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({
|
nvim_treesitter.setup({
|
||||||
parser_install_dir = treesitter_dir,
|
parser_install_dir = treesitter_dir,
|
||||||
ensure_installed = {
|
ensure_installed = "all",
|
||||||
"norg",
|
|
||||||
"lua",
|
|
||||||
"vim",
|
|
||||||
"toml",
|
|
||||||
"rust",
|
|
||||||
"python",
|
|
||||||
"c_sharp",
|
|
||||||
"yaml",
|
|
||||||
"json",
|
|
||||||
"html",
|
|
||||||
"markdown",
|
|
||||||
"markdown_inline",
|
|
||||||
"regex",
|
|
||||||
"bash",
|
|
||||||
},
|
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
disable = function(_, buf)
|
disable = function(_, buf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user