mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-23 11:08:17 +02:00
uncommented gitsigns
This commit is contained in:
parent
d25b3799db
commit
198370ae5b
3 changed files with 33 additions and 21 deletions
|
@ -5,9 +5,7 @@ return {
|
|||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
}
|
||||
lint.linters_by_ft = {}
|
||||
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
-- instead set linters_by_ft like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue