summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua
index 8190ac3..4a6a012 100644
--- a/lua/plugins/treesitter.lua
+++ b/lua/plugins/treesitter.lua
@@ -1,6 +1,6 @@
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
- ensure_installed = { "c", "lua", "cpp", "markdown" },
+ ensure_installed = { "c", "lua", "cpp", "markdown", "vimdoc" },
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = true,