Skip to content

Commit

Permalink
add vimdoc treesitter parser 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jan 13, 2024
1 parent c6bdbab commit 97d665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
return {
"nvim-treesitter/nvim-treesitter",
version = false, -- last release is way too old and doesn't work on Windows
build = ":TSUpdate",
event = { "BufReadPost", "BufNewFile" },
dependencies = {
Expand Down Expand Up @@ -42,6 +41,7 @@ return {
"regex",
"templ",
"toml",
"vimdoc",
"yaml",
},
incremental_selection = {
Expand Down

0 comments on commit 97d665a

Please sign in to comment.