diff options
| author | A Farzat <a@farzat.xyz> | 2026-06-16 16:21:32 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-06-16 16:21:32 +0300 |
| commit | e21e4961a8b4a00bfaa9abf4a4df30bf4ebba1e7 (patch) | |
| tree | b96cd2dd78d83b75da14a6e6cfba2e3b7605be88 /plugin-settings | |
| parent | f9122cd66cebc5384916f4620a387b29c2e816de (diff) | |
| download | nvim-e21e4961a8b4a00bfaa9abf4a4df30bf4ebba1e7.tar.gz nvim-e21e4961a8b4a00bfaa9abf4a4df30bf4ebba1e7.zip | |
Add vimdoc to the default treesitter languages
Diffstat (limited to 'plugin-settings')
| -rw-r--r-- | plugin-settings/nvim-treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin-settings/nvim-treesitter.lua b/plugin-settings/nvim-treesitter.lua index 2fd60d2..b0a97a8 100644 --- a/plugin-settings/nvim-treesitter.lua +++ b/plugin-settings/nvim-treesitter.lua @@ -1 +1 @@ -require('nvim-treesitter').install({ 'c', 'lua', 'markdown', 'vim' }):wait(300000) -- wait max. 5 minutes +require('nvim-treesitter').install({ 'c', 'lua', 'markdown', 'vim', 'vimdoc' }):wait(300000) -- wait max. 5 minutes |
