Made updating files better, and much more
This commit is contained in:
parent
483afbb696
commit
1bf00f5b36
12 changed files with 52 additions and 47 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue