diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-28 09:57:19 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-28 09:57:19 +0100 |
commit | dc9eb06f47db0baaa82ca88a43383f2de847226c (patch) | |
tree | d351e85e81f9ebc652739795faccbbcf273783ff /lua/kickstart/plugins/treesitter.lua | |
parent | a037d1d4d68a58d135bb976964eee77b18cf4ec8 (diff) | |
parent | 93fde0556e82ead2a5392ccb678359fa59437b98 (diff) |
Merge 'upstream' Add luadoc in treesitter, instructions to quit lazy
- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
- Add instructions to quit :lazy
Diffstat (limited to 'lua/kickstart/plugins/treesitter.lua')
-rw-r--r-- | lua/kickstart/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/treesitter.lua b/lua/kickstart/plugins/treesitter.lua index d330adc..da7db63 100644 --- a/lua/kickstart/plugins/treesitter.lua +++ b/lua/kickstart/plugins/treesitter.lua @@ -3,7 +3,7 @@ return { '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 = { |