neovim: lukas-reineke/indent-blankline.nvim
This commit is contained in:
parent
fcc8b6e32b
commit
bd4b979fb7
4 changed files with 17 additions and 0 deletions
|
|
@ -68,6 +68,16 @@ return {
|
|||
{ "<leader>i", ":IlluminateToggle<cr>" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
opts = {
|
||||
indent = {
|
||||
char = '┊',
|
||||
},
|
||||
scope = { enabled = false },
|
||||
},
|
||||
},
|
||||
|
||||
-- Treesitter
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue