feat(nvim): ensure certain ts parsers are installed
This commit is contained in:
parent
e789b9b296
commit
053cc425c1
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user