fix: remove markdownlint from linter config (binary not installed)

This commit is contained in:
Kontrol 2026-07-07 09:09:01 -03:00
parent c4ddc506e4
commit ed8b347cff
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ vim.pack.add { gh 'mfussenegger/nvim-lint' }
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
sh = { 'shellcheck' },
bash = { 'shellcheck' },
zsh = { 'shellcheck' },