mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
updated the options for better folds
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
local opt = vim.opt
|
||||
|
||||
function GetFoldText()
|
||||
return '▼'
|
||||
end
|
||||
|
||||
opt.autoindent = true
|
||||
opt.autoread = true
|
||||
opt.backspace = "indent,eol,start"
|
||||
@@ -46,5 +42,4 @@ opt.signcolumn = "yes"
|
||||
opt.splitright = true
|
||||
opt.splitbelow = true
|
||||
opt.conceallevel = 3
|
||||
opt.foldtext = "v:GetFoldText()"
|
||||
opt.foldmethod = 'manual'
|
||||
opt.foldtext = "▼"
|
||||
|
||||
Reference in New Issue
Block a user