Fix nvim-treesitter config

This commit is contained in:
Wekuz 2026-04-05 15:26:56 +03:00
parent ee9de435c7
commit 9deb20f2a2
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -20,8 +20,8 @@ return {
},
{
"nvim-treesitter/nvim-treesitter",
lazy = false,
build = ":TSUpdate",
main = "nvim-treesitter.configs",
opts = {
ensure_installed = {
"vimdoc", "lua", "markdown", "markdown_inline", "c", "cpp", "rust", "javascript",