Switch to telescope-file-browser, install markdownlint and bashls, enable indent-line plugin
This commit is contained in:
parent
757bceafd7
commit
d5581532c9
2 changed files with 20 additions and 24 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue