enhance(nvim): Visualise indentations
This commit is contained in:
parent
a1ad5ff829
commit
4e085a506c
3 changed files with 16 additions and 3 deletions
|
@ -61,4 +61,11 @@ return {
|
|||
-- Note to self: init is called during startup. Configuration for vim plugins typically should be set in an init function
|
||||
end,
|
||||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
config = function ()
|
||||
require("ibl").setup()
|
||||
end
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue