Typically, when I want to use folding this is where I want to start. e.g. ``` -- Enable indent folding and set folds to one level deep set("n", "<leader>z", ":set foldmethod=indent foldlevel=1<CR>") ```
Typically, when I want to use folding this is where I want to start.
e.g.