neovim: Disable markview on entering insert mode

This commit is contained in:
Quentin Boyer 2024-08-28 23:16:40 +02:00
parent adc51b97bb
commit 361ed42289

View file

@ -12,6 +12,15 @@
}
];
files."after/ftplugin/markdown.lua" = {
autoCmd = [
{
event = [ "InsertEnter" ];
command = "Markview disable";
}
];
};
globals = {
wiki_global_load = 0;
wiki_root = "~/wiki";