mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-02-11 21:08:50 +00:00
fix: update main module reference for nvim-treesitter (#1832)
configs -> config in init.lua
This commit is contained in:
parent
3338d39206
commit
2d541c4140
2
init.lua
2
init.lua
@ -941,7 +941,7 @@ require('lazy').setup({
|
||||
{ -- Highlight, edit, and navigate code
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
|
||||
main = 'nvim-treesitter.config', -- Sets main module to use for opts
|
||||
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
||||
opts = {
|
||||
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user