📝 Nvim no more autosave, messes up undo/redo

This commit is contained in:
z3rOR0ne 2022-11-07 01:45:51 -08:00
parent 11fd5cdc05
commit 6bbf0d8c38
3 changed files with 2 additions and 6 deletions

View file

@ -1,4 +0,0 @@
github.com:
oauth_token: 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
user: tomit4
git_protocol: ssh

View file

@ -48,7 +48,7 @@ require('packer').startup(function()
use 'luochen1990/rainbow'
use 'windwp/nvim-autopairs'
use 'simeji/winresizer'
use '907th/vim-auto-save'
-- use '907th/vim-auto-save'
use 'rinx/nvim-ripgrep'
use 'sbdchd/neoformat' -- general formatter for various languages
use 'rhysd/vim-clang-format' -- formatter for c and c++

View file

@ -48,7 +48,7 @@ require('packer').startup(function()
use 'luochen1990/rainbow'
use 'windwp/nvim-autopairs'
use 'simeji/winresizer'
use '907th/vim-auto-save'
-- use '907th/vim-auto-save'
use 'rinx/nvim-ripgrep'
use 'sbdchd/neoformat' -- general formatter for various languages
use 'rhysd/vim-clang-format' -- formatter for c and c++