Refactor nvim config into logical modules

This commit is contained in:
Daniel McKnight 2025-06-01 20:22:28 -07:00
parent d2467209b7
commit ec5a00e99d
9 changed files with 134 additions and 130 deletions

View file

@ -12,6 +12,7 @@ vim.cmd("set shiftwidth=2")
-- Configure Editor Settings
vim.cmd("set number")
vim.cmd("set spl=en_us spell")
vim.opt.guifont = "JetBrainsMonoNerdFontMono:14"
-- Custom Key Binds
vim.g.mapleader = " "