Skip to content

Commit 23f0894

Browse files
committed
Fixed Treesitter loading error - bug #86
1 parent 76669f8 commit 23f0894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ return {
22
{ -- Highlight, edit, and navigate code
33
'nvim-treesitter/nvim-treesitter',
44
build = ':TSUpdate',
5-
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
5+
main = 'nvim-treesitter.config', -- Sets main module to use for opts
66
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
77
opts = {
88
ensure_installed = { 'bash', 'c', 'diff', 'hcl', 'html', 'json', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'python', 'query', 'vim', 'vimdoc' },

0 commit comments

Comments
 (0)