more treesitting

This commit is contained in:
jordanyono 2025-10-13 13:54:00 -04:00
parent a1f1968cb3
commit 70d8b82df2
1 changed files with 25 additions and 1 deletions

View File

@ -1086,7 +1086,31 @@ require('lazy').setup({
main = 'nvim-treesitter.configs', -- Sets main module to use for opts main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = { opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }, ensure_installed = {
'bash',
'c',
'diff',
'html',
'lua',
'luadoc',
'markdown',
'markdown_inline',
'query',
'vim',
'vimdoc',
'go',
'rust',
'python',
'json',
'toml',
'htlm',
'css',
'helm',
'dockerfile',
'bash',
'yaml',
'sql',
},
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,
highlight = { highlight = {