nvim: use nvim-origami instead of nvim-ufo

This commit is contained in:
Primrose 2025-04-15 14:54:08 +02:00
parent bc5fbf0d0c
commit a43ebd9b19
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 4 additions and 48 deletions

View file

@ -27,11 +27,6 @@ vim.o.smartindent = true
vim.o.scrolloff = 3
-- for UFO
vim.o.foldlevel = 99
vim.o.foldlevelstart = 99
vim.o.foldenable = true
vim.o.showmode = false
vim.opt.listchars = { tab = "", trail = "" }