feat: add code folding

This commit is contained in:
Stevan Freeborn
2025-03-08 18:42:12 -06:00
parent 75d4a6aa01
commit 785524fa68
3 changed files with 40 additions and 25 deletions
+1
View File
@@ -13,6 +13,7 @@ vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
vim.opt.wrap = false
vim.opt.shadafile = "NONE"
vim.opt.foldlevelstart = 99
vim.keymap.set("n", "<leader>y", '"+y', { desc = "Yank to system clipboard" })
vim.keymap.set("v", "<leader>y", '"+y', { desc = "Yank to system clipboard" })