kitchen sink cause I'm too lazy to sort through this junk
This commit is contained in:
13
after/plugin/foldsign.lua
Normal file
13
after/plugin/foldsign.lua
Normal file
@ -0,0 +1,13 @@
|
||||
local status_ok, foldsign = pcall(require, "nvim-foldsign")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
foldsign.setup {
|
||||
offset = -2,
|
||||
foldsigns = {
|
||||
open = 'V',
|
||||
close = '>',
|
||||
seps = { '│', '┃' },
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user