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 },
},
},
}