refactor(nvim): auto install needed ts parsers

This commit is contained in:
Price Hiller 2023-11-03 16:17:43 -05:00
parent ca722523c3
commit 5776a84ce3
No known key found for this signature in database

View File

@ -131,7 +131,8 @@ return {
require("nvim-treesitter.configs").setup({
parser_install_dir = treesitter_dir,
ensure_installed = "all",
auto_install = true,
ignore_install = { "comment" },
incremental_selection = {
enable = true,
keymaps = {