switch back to vim

This commit is contained in:
Michael Chalupiak
2024-11-01 16:12:16 -04:00
parent f9603880e0
commit 1dc809a6f8
11 changed files with 41 additions and 51 deletions

View File

@@ -1,6 +1,9 @@
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.wrap = true
vim.opt.linebreak = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
@@ -10,9 +13,6 @@ vim.opt.showmode = false
vim.opt.smartindent = true
vim.opt.wrap = false
vim.opt.swapfile = false
vim.opt.backup = false
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"