Update something
This commit is contained in:
parent
e3c94cce54
commit
147ca5ddbc
81 changed files with 3055 additions and 326 deletions
9
nvim.bak/lua/config/plugins/ui/indent-blankline.lua
Normal file
9
nvim.bak/lua/config/plugins/ui/indent-blankline.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
main = "ibl",
|
||||
opts = {
|
||||
indent = { char = "¦" },
|
||||
-- indent = { char = "│" },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue