mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 18:45:22 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
10 lines
230 B
Lua
10 lines
230 B
Lua
return {
|
|
"chrisgrieser/nvim-origami",
|
|
event = "BufReadPost", -- later or on keypress would prevent saving folds
|
|
opts = {
|
|
keepFoldsAcrossSessions = true,
|
|
pauseFoldsOnSearch = true,
|
|
setupFoldKeymaps = true,
|
|
},
|
|
}
|