first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
13
lua/plugins/indent-blankline-nvim.lua
Normal file
13
lua/plugins/indent-blankline-nvim.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-- Indentation guides
|
||||
return {
|
||||
-- https://github.com/lukas-reineke/indent-blankline.nvim
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = 'VeryLazy',
|
||||
main = "ibl",
|
||||
opts = {
|
||||
enabled = true,
|
||||
indent = {
|
||||
char = '|',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue