1
Fork 0

feat: basic folding (should revisit at one point)

This commit is contained in:
Matei Adriel 2022-03-13 16:16:19 +02:00
parent a20b64fb56
commit b94daf0bd3
4 changed files with 41 additions and 19 deletions
dotfiles/neovim/lua/my

View file

@ -31,6 +31,9 @@ function M.setup()
-- Set leader
helpers.global("mapleader", "<Space>")
-- Import other options
require("my.options.folding").setup()
end
return M