Skip to content

Commit 48b1b86

Browse files
committed
Add files via upload
1 parent 892fdd4 commit 48b1b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/lint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ return {
66
config = function()
77
local lint = require 'lint'
88
lint.linters_by_ft = {
9+
python = { 'pylint' },
910
markdown = { 'markdownlint' },
1011
}
11-
1212
-- To allow other plugins to add linters to require('lint').linters_by_ft,
1313
-- instead set linters_by_ft like this:
1414
-- lint.linters_by_ft = lint.linters_by_ft or {}

0 commit comments

Comments
 (0)