mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 08:20:05 +02:00
Add files via upload
This commit is contained in:
parent
17dbd4e43b
commit
52730ba272
2 changed files with 31 additions and 228 deletions
2
lint.lua
2
lint.lua
|
@ -6,7 +6,7 @@ return {
|
|||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
python = { 'pylint' },
|
||||
python = { 'ruff' },
|
||||
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