Changed keychain to persist ssh keys from 10m to 3h, also removed
duplicate undofile in nvim config thanks banana
This commit is contained in:
@@ -33,7 +33,6 @@ vim.opt.smartcase = true
|
||||
vim.opt_local.wrap = false
|
||||
vim.opt.wrap = false
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.undofile = true
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.laststatus = 3 -- views can only be fully collapsed with the global statusline
|
||||
vim.opt.splitkeep = 'screen' -- for edgy.nvim
|
||||
|
||||
Reference in New Issue
Block a user