feat(treesitter): add sql and python parsers

This commit is contained in:
Patrick Pagni 2026-05-28 11:05:55 +01:00
parent 01f1b78aed
commit 9b59f8fdff
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ require('lazy').setup({
branch = 'main',
build = ':TSUpdate',
config = function()
local parsers = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }
local parsers = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'python', 'query', 'sql', 'vim', 'vimdoc' }
require('nvim-treesitter').install(parsers)
---@param buf integer