mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-19 09:08:35 +02:00
Done
This commit is contained in:
parent
d350db2449
commit
7851cfe3a0
7 changed files with 129 additions and 12 deletions
|
@ -6,7 +6,8 @@ return {
|
|||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
-- Commenting out markdownlint to prevent errors
|
||||
-- markdown = { 'markdownlint' },
|
||||
}
|
||||
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue