Skip to content

Commit c458068

Browse files
authored
Update lint.lua
1 parent e947649 commit c458068

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/kickstart/plugins/lint.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ return {
77
local lint = require 'lint'
88
lint.linters_by_ft = {
99
markdown = { 'markdownlint' },
10+
python = { 'ruff_format' },
11+
json = { "jsonlint" },
12+
go = {'golangci-lint'}
1013
}
1114

1215
-- To allow other plugins to add linters to require('lint').linters_by_ft,

0 commit comments

Comments
 (0)