Skip to content

Commit

Permalink
fix(treesitter): ensure that "vim" parser is installed
Browse files Browse the repository at this point in the history
Fixes #142
  • Loading branch information
ecosse3 committed May 24, 2023
1 parent ba94cf6 commit 6ca2ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require'nvim-treesitter.configs'.setup {
"lua",
"markdown",
"prisma",
"vim",
}, -- one of "all", or a list of languages
sync_install = false, -- install languages synchronously (only applied to `ensure_installed`)
ignore_install = { "haskell" }, -- list of parsers to ignore installing
Expand Down

0 comments on commit 6ca2ca3

Please sign in to comment.