Made updating files better, and much more

This commit is contained in:
“Henry-Hiles” 2022-10-31 16:36:07 -04:00
parent 483afbb696
commit 1bf00f5b36
12 changed files with 52 additions and 47 deletions

View file

@ -2,7 +2,9 @@ vim.g.novim_mode_use_general_app_shortcuts = 0
vim.g.session_lock_enabled = 0
vim.g.session_autosave = 'yes'
vim.g.sudo_smart_edit = 1
vim.opt.shiftwidth = 0
vim.opt.tabstop = 4
vim.opt.expandtab = true
vim.opt.shiftwidth = 4
vim.opt.backup = false
vim.opt.clipboard = "unnamedplus"
vim.opt.cmdheight = 1;