CodeCompanion test

This commit is contained in:
2026-08-29 23:59:18 +03:00
parent ec03680eb1
commit fba919fe08
3 changed files with 51 additions and 39 deletions

View File

@ -4,7 +4,7 @@ require'nvim-treesitter'.setup {
disable = function(lang, buf)
-- Проверяем, существует ли буфер и связан ли он с файлом
if not buf or buf == 0 then
return true
--return true
end
-- Получаем информацию о файле