We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76669f8 commit 23f0894Copy full SHA for 23f0894
lua/kickstart/plugins/treesitter.lua
@@ -2,7 +2,7 @@ return {
2
{ -- Highlight, edit, and navigate code
3
'nvim-treesitter/nvim-treesitter',
4
build = ':TSUpdate',
5
- main = 'nvim-treesitter.configs', -- Sets main module to use for opts
+ main = 'nvim-treesitter.config', -- Sets main module to use for opts
6
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
7
opts = {
8
ensure_installed = { 'bash', 'c', 'diff', 'hcl', 'html', 'json', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'python', 'query', 'vim', 'vimdoc' },
0 commit comments