replace vim-auto-save with AutoSave.nvim
This commit is contained in:
parent
76cdd5a29b
commit
50b00f4737
4 changed files with 31 additions and 4 deletions
2
init.lua
2
init.lua
|
|
@ -6,7 +6,7 @@ require "top-bufferline"
|
|||
local g = vim.g
|
||||
|
||||
g.mapleader = " "
|
||||
g.auto_save = 0
|
||||
g.auto_save = false
|
||||
|
||||
-- colorscheme related stuff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue