feat(nvim): Refactor vim option loading

This commit is contained in:
2025-01-10 16:14:57 -06:00
parent a15a5951b6
commit 496efe4f12
3 changed files with 7 additions and 7 deletions

View File

@@ -5,4 +5,6 @@ vim.cmd.set("shiftwidth=2")
vim.opt.swapfile = false
vim.wo.number = true
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
vim.keymap.set("i", "jj", "<Esc>", { noremap = false })