📝 Nvim no more autosave, messes up undo/redo
This commit is contained in:
parent
11fd5cdc05
commit
6bbf0d8c38
3 changed files with 2 additions and 6 deletions
|
|
@ -1,4 +0,0 @@
|
|||
github.com:
|
||||
oauth_token: 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
|
||||
user: tomit4
|
||||
git_protocol: ssh
|
||||
|
|
@ -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++
|
||||
|
|
|
|||
|
|
@ -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++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue