mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-29 15:51:44 +02:00
neovim: Disable markview on entering insert mode
This commit is contained in:
parent
adc51b97bb
commit
361ed42289
1 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,15 @@
|
|||
}
|
||||
];
|
||||
|
||||
files."after/ftplugin/markdown.lua" = {
|
||||
autoCmd = [
|
||||
{
|
||||
event = [ "InsertEnter" ];
|
||||
command = "Markview disable";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
globals = {
|
||||
wiki_global_load = 0;
|
||||
wiki_root = "~/wiki";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue