diff --git a/neovim/notes.nix b/neovim/notes.nix index c231a46..7d35a3f 100644 --- a/neovim/notes.nix +++ b/neovim/notes.nix @@ -12,6 +12,15 @@ } ]; + files."after/ftplugin/markdown.lua" = { + autoCmd = [ + { + event = [ "InsertEnter" ]; + command = "Markview disable"; + } + ]; + }; + globals = { wiki_global_load = 0; wiki_root = "~/wiki";