neovim: Add auto-save-nvim

This lets us take advantage of live reloading and other features while
editing markdown.
This commit is contained in:
Donovan Glover 2023-05-25 23:36:31 -04:00
parent 16b2c56353
commit 99157848f1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -140,6 +140,11 @@
plugin = plenary-nvim;
type = "lua";
}
{
plugin = auto-save-nvim;
type = "lua";
config = ''require("auto-save").setup()'';
}
{
plugin = vimtex;
config = ''