feat: basic folding (should revisit at one point)
This commit is contained in:
parent
a20b64fb56
commit
b94daf0bd3
4 changed files with 41 additions and 19 deletions
dotfiles/neovim/lua/my
|
@ -31,6 +31,9 @@ function M.setup()
|
|||
|
||||
-- Set leader
|
||||
helpers.global("mapleader", "<Space>")
|
||||
|
||||
-- Import other options
|
||||
require("my.options.folding").setup()
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue