mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02: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;
|
plugin = plenary-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = auto-save-nvim;
|
||||||
|
type = "lua";
|
||||||
|
config = ''require("auto-save").setup()'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = vimtex;
|
plugin = vimtex;
|
||||||
config = ''
|
config = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user