summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Qisheng <81770798+Saplyn@users.noreply.github.com>2024-03-27 22:16:48 +0800
committerGitHub <noreply@github.com>2024-03-27 10:16:48 -0400
commit9cbe95696d795f981c4efc8144c82c45de09519d (patch)
tree87450d5214db450fc8cf971b0ad6f62430c92866
parentfd4553ca21b4ac2a2e0f5f735e3b5903373c07c9 (diff)
downloaddots-9cbe95696d795f981c4efc8144c82c45de09519d.tar.gz
fix #799 (#800)
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
-rw-r--r--nvim/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index 013fcc2..db55a9e 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -791,7 +791,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
- ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
+ ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {