First draft at going back to nvim

This commit is contained in:
Michael Bradley 2025-04-05 20:11:54 -04:00
parent b8b20cf817
commit 37afe78942
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
9 changed files with 82 additions and 169 deletions

View file

@ -0,0 +1,7 @@
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
vim.opt.relativenumber = true
vim.opt.clipboard = "unnamedplus"
vim.opt.wrap = true
vim.opt.spell = true
vim.opt.spelllang = "en"