This website requires JavaScript.
Explore
Help
Sign In
prescientmoon
/
satellite
Watch
1
Fork
You've already forked satellite
0
Code
Activity
93cde742ca
satellite
/
dotfiles
/
neovim
/
lua
/
my
/
options
/
folding.lua
8 lines
77 B
Lua
Raw
Normal View
History
Unescape
Escape
feat: basic folding (should revisit at one point)
2022-03-13 15:16:19 +01:00
local
M
=
{
}
function
M
.
setup
(
)
Removed the need for my own augroup helper
2022-08-24 13:54:19 +02:00
vim.o
.
foldmethod
=
"
marker
"
feat: basic folding (should revisit at one point)
2022-03-13 15:16:19 +01:00
end
return
M
Copy permalink