mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 14:47:01 +00:00
Nvim restart (#9)
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
This commit is contained in:
9
config/nvim/lua/plugins/nvim-origami.lua
Normal file
9
config/nvim/lua/plugins/nvim-origami.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"chrisgrieser/nvim-origami",
|
||||
event = "BufReadPost", -- later or on keypress would prevent saving folds
|
||||
opts = {
|
||||
keepFoldsAcrossSessions = true,
|
||||
pauseFoldsOnSearch = true,
|
||||
setupFoldKeymaps = true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user