Added more options and lazygit plugin

This commit is contained in:
Wojciech Pietraszuk 2025-05-10 07:38:45 +02:00
parent 9e5256058d
commit cfc9531017
4 changed files with 33 additions and 8 deletions

View file

@ -4,6 +4,8 @@ return {
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
scope = { enabled = false },
},
},
}

View file

@ -6,7 +6,7 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
-- markdown = { 'markdownlint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,