config(nvim): add python to treesitter

main
sudo pacman -Syu 2024-03-18 23:41:30 +07:00
parent 75553b0081
commit 48b7fc5333
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ require("lazy").setup({
enabled = true,
disable = function(lang, bufnr)
-- Skip if not go, proto
if lang ~= "go" and lang ~= "proto" and lang ~= "lua" then
if lang ~= "go" and lang ~= "lua" and lang ~= "proto" and lang ~= "python" then
return true
end