dotfiles/nvim/.config
Marty Oehme 1771a61334
nvim: Use peek for markdown preview where possible
On machines that have deno installed, we use peek instead of
markdown-preview for html-based previews of md files. The preview is
more responsive and in a neater package, as well as just not relying on
any vim plugin stuff to the same degree.
We still fall back to the old markdown-preview if no deno executable is
available.

We also change the key maps slightly to prepare for future 'prose' or
'preview' based mappings: All mappings are registered under the
`<leader>p` layer, with md preview being `<leader>pp` and various
mindmap operations moved to `<leader>pm`.
2024-06-06 20:50:37 +02:00
..
nvim nvim: Use peek for markdown preview where possible 2024-06-06 20:50:37 +02:00
sh nvim: Enter notes dir when calling zettel index 2024-02-05 15:07:22 +01:00