mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(options): remove redundant commented line
This commit is contained in:
parent
f3467b07f0
commit
2df9c9ea9d
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ opt.wrap = false -- Disable line wrap
|
|||
opt.fillchars = {
|
||||
foldopen = "",
|
||||
foldclose = "",
|
||||
-- fold = "⸱",
|
||||
fold = " ",
|
||||
foldsep = " ",
|
||||
diff = "╱",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue