local ok, lint = pcall(require, "lint") if not ok then return end lint.linters_by_ft = { go = {'golangcilint'}, sh = {'shellcheck'}, python = {'pylint'}, }