Remove buf linter

This commit is contained in:
Buliway 2025-03-15 17:42:10 +03:00
parent d7c8c37028
commit ede97c4a12

View file

@ -8,7 +8,7 @@ return {
-- markdown = { 'markdownlint' }, -- markdown = { 'markdownlint' },
sql = { 'sqlfluff' }, sql = { 'sqlfluff' },
go = { 'golangcilint' }, go = { 'golangcilint' },
proto = { 'buf_lint' }, -- proto = { 'buf_lint' }, -- Крашит
} }
-- To allow other plugins to add linters to require('lint').linters_by_ft, -- To allow other plugins to add linters to require('lint').linters_by_ft,