mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-12 22:31:15 +00:00
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
This commit is contained in:
2
init.lua
2
init.lua
@@ -791,7 +791,7 @@ require('lazy').setup({
|
|||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
build = ':TSUpdate',
|
build = ':TSUpdate',
|
||||||
opts = {
|
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
|
-- Autoinstall languages that are not installed
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
highlight = {
|
highlight = {
|
||||||
|
|||||||
Reference in New Issue
Block a user