update lsp configuration + enable debug
This commit is contained in:
parent
ffb4ed4b4f
commit
ffda44e39c
4 changed files with 152 additions and 40 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue