mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
removed all options related to folding
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
|
|
||||||
function MyFoldText()
|
|
||||||
return "▼"
|
|
||||||
end
|
|
||||||
|
|
||||||
opt.autoindent = true
|
opt.autoindent = true
|
||||||
opt.autoread = true
|
opt.autoread = true
|
||||||
opt.backspace = "indent,eol,start"
|
opt.backspace = "indent,eol,start"
|
||||||
@@ -46,6 +42,3 @@ opt.signcolumn = "yes"
|
|||||||
opt.splitright = true
|
opt.splitright = true
|
||||||
opt.splitbelow = true
|
opt.splitbelow = true
|
||||||
opt.conceallevel = 3
|
opt.conceallevel = 3
|
||||||
opt.foldmethod = "manual"
|
|
||||||
opt.foldcolumn = "1"
|
|
||||||
opt.foldtext = "MyFoldText()"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user