Switch to telescope-file-browser, install markdownlint and bashls, enable indent-line plugin

This commit is contained in:
Michal Waligora 2024-08-21 16:32:14 +02:00
parent 757bceafd7
commit d5581532c9
2 changed files with 20 additions and 24 deletions

View file

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