refactor(nvim): install all treesitter parsers

This commit is contained in:
Price Hiller 2023-05-08 00:50:28 -05:00
parent 475ca08e00
commit 06c9a43581
No known key found for this signature in database

View File

@ -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)