mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 06:08:34 +02:00
Add files via upload
This commit is contained in:
parent
b98a370a30
commit
af21c78d94
4 changed files with 36 additions and 26 deletions
|
@ -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