Refactor nvim config into logical modules
This commit is contained in:
parent
d2467209b7
commit
ec5a00e99d
9 changed files with 134 additions and 130 deletions
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue