config(nvim): add python to treesitter
parent
75553b0081
commit
48b7fc5333
|
@ -434,7 +434,7 @@ require("lazy").setup({
|
||||||
enabled = true,
|
enabled = true,
|
||||||
disable = function(lang, bufnr)
|
disable = function(lang, bufnr)
|
||||||
-- Skip if not go, proto
|
-- 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
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue