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 5bdde24 commit cad22c2Copy full SHA for cad22c2
lua/kickstart/plugins/lint.lua
@@ -6,7 +6,13 @@ return {
6
config = function()
7
local lint = require 'lint'
8
lint.linters_by_ft = {
9
+ clojure = { nil },
10
+ inko = { nil },
11
+ janet = { nil },
12
markdown = { 'markdownlint' },
13
+ terraform = { 'tflint'},
14
+ tofu = { 'tflint' },
15
+ text = { 'vale' },
16
}
17
18
-- To allow other plugins to add linters to require('lint').linters_by_ft,
0 commit comments