moreeeee updates . ..

This commit is contained in:
Jimmy Bates 2024-04-21 04:50:58 -07:00
parent 0ed010f399
commit b94345a27a
7 changed files with 30 additions and 10 deletions

View file

@ -6,13 +6,10 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
python = { 'mypy', 'ruff' },
yaml = { 'yamllint' },
cmake = { 'cmakelint' },
cpp = { 'cppcheck' },
c = { 'cppcheck' },
json = { 'jsonlint' },
javascript = { 'eslint' },
css = { 'stylelint' },
html = { 'tidy' },