replace vim-auto-save with AutoSave.nvim

This commit is contained in:
siduck76
2021-07-02 15:17:36 +05:30
parent 76cdd5a29b
commit 50b00f4737
4 changed files with 31 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ map("n", "<leader>n", [[ <Cmd> set nu!<CR>]], opt)
-- Truezen.nvim
map("n", "<leader>z", ":TZAtaraxis<CR>", opt)
map("n", "<leader>m", ":TZMinimalist<CR>", opt)
map("n", "<leader>f", ":TZFocus<CR>", opt)
map("n", "<C-s>", ":w <CR>", opt)
-- vim.cmd("inoremap jh <Esc>")