update lsp configuration + enable debug

This commit is contained in:
peturparkur 2025-06-24 21:09:07 +02:00
parent ffb4ed4b4f
commit ffda44e39c
4 changed files with 152 additions and 40 deletions

View file

@ -11,8 +11,8 @@ return {
-- To allow other plugins to add linters to require('lint').linters_by_ft,
-- instead set linters_by_ft like this:
-- lint.linters_by_ft = lint.linters_by_ft or {}
-- lint.linters_by_ft['markdown'] = { 'markdownlint' }
lint.linters_by_ft = lint.linters_by_ft or {}
lint.linters_by_ft['markdown'] = { 'markdownlint' }
--
-- However, note that this will enable a set of default linters,
-- which will cause errors unless these tools are available: