Ehhhyo some more stuff added lol

This commit is contained in:
Jimmy Bates 2024-04-21 20:36:18 -07:00
parent c67973de2d
commit 213404514a
4 changed files with 4 additions and 6 deletions

View file

@ -6,7 +6,7 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
python = { 'mypy', 'ruff' },
python = { 'ruff' },
cpp = { 'cppcheck' },
c = { 'cppcheck' },
javascript = { 'eslint' },

View file

@ -17,9 +17,7 @@ return {
},
opts = {
filesystem = {
window = {
mappings = {},
},
window = {},
},
},
}