We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892fdd4 commit 48b1b86Copy full SHA for 48b1b86
lua/kickstart/plugins/lint.lua
@@ -6,9 +6,9 @@ return {
6
config = function()
7
local lint = require 'lint'
8
lint.linters_by_ft = {
9
+ python = { 'pylint' },
10
markdown = { 'markdownlint' },
11
}
-
12
-- To allow other plugins to add linters to require('lint').linters_by_ft,
13
-- instead set linters_by_ft like this:
14
-- lint.linters_by_ft = lint.linters_by_ft or {}
0 commit comments