mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
added fold column option for neovim
This commit is contained in:
@@ -43,4 +43,5 @@ opt.splitright = true
|
||||
opt.splitbelow = true
|
||||
opt.conceallevel = 3
|
||||
opt.foldtext = "▼"
|
||||
opt.fillchars:append("fold:▾\\ ,foldopen:▾,foldsep:│,foldclose:▸")
|
||||
opt.fillchars:append("fold:▾,foldopen:▾,foldsep:│,foldclose:▸")
|
||||
opt.foldcolumn = "1"
|
||||
|
||||
Reference in New Issue
Block a user