mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 22:28:36 +02:00
Add files via upload
This commit is contained in:
parent
892fdd4c1c
commit
48b1b8609a
1 changed files with 1 additions and 1 deletions
|
@ -6,9 +6,9 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local lint = require 'lint'
|
local lint = require 'lint'
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
|
python = { 'pylint' },
|
||||||
markdown = { 'markdownlint' },
|
markdown = { 'markdownlint' },
|
||||||
}
|
}
|
||||||
|
|
||||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||||
-- instead set linters_by_ft like this:
|
-- instead set linters_by_ft like this:
|
||||||
-- lint.linters_by_ft = lint.linters_by_ft or {}
|
-- lint.linters_by_ft = lint.linters_by_ft or {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue