This commit is contained in:
2025-09-07 11:18:48 +02:00
parent 6132b60ca3
commit 1c933f1054
15 changed files with 206 additions and 54 deletions

View File

@@ -14,7 +14,23 @@ return {
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'latex', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'r', 'vim', 'vimdoc', 'yaml' },
ensure_installed = {
'bash',
'c',
'diff',
'html',
'hyprlang',
'latex',
'lua',
'luadoc',
'markdown',
'markdown_inline',
'query',
'r',
'vim',
'vimdoc',
'yaml',
},
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {