feat(nvim): ensure certain ts parsers are installed

This commit is contained in:
Price Hiller 2024-02-04 01:38:53 -06:00
parent e789b9b296
commit 053cc425c1
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -136,6 +136,16 @@ return {
require("nvim-treesitter.configs").setup({
auto_install = true,
ignore_install = { "comment" },
ensure_installed = {
"org",
"regex",
"vim",
"lua",
"bash",
"markdown",
"markdown_inline",
"typst",
},
incremental_selection = {
enable = true,
keymaps = {