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
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

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 = {