mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
neovim: Add auto-save-nvim
This lets us take advantage of live reloading and other features while editing markdown.
This commit is contained in:
parent
16b2c56353
commit
99157848f1
@ -140,6 +140,11 @@
|
||||
plugin = plenary-nvim;
|
||||
type = "lua";
|
||||
}
|
||||
{
|
||||
plugin = auto-save-nvim;
|
||||
type = "lua";
|
||||
config = ''require("auto-save").setup()'';
|
||||
}
|
||||
{
|
||||
plugin = vimtex;
|
||||
config = ''
|
||||
|
Loading…
Reference in New Issue
Block a user