feat: add code folding
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user