Neovim: markdown previewer

This commit is contained in:
Filippo Berto 2024-03-01 17:55:12 +01:00
parent fb9376e310
commit e3203c21c5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -71,11 +71,13 @@ let vp = pkgs.vimPlugins; in {
plugin = vp.undotree;
type = "lua";
config = ''
vim.keymap.set({ "n", "v" }, "<leader>u",
vim.keymap.set({ "n", "v" }, "<leader>u",
vim.cmd.UndotreeToggle, { desc = "Toggle undo tree" })
'';
}
vp.markdown-preview-nvim
# # Detect tabstop and shiftwidth automatically
# vp.sleuth