diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index 5b5a3aa..2f68732 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -71,11 +71,13 @@ let vp = pkgs.vimPlugins; in { plugin = vp.undotree; type = "lua"; config = '' - vim.keymap.set({ "n", "v" }, "u", + vim.keymap.set({ "n", "v" }, "u", vim.cmd.UndotreeToggle, { desc = "Toggle undo tree" }) ''; } + vp.markdown-preview-nvim + # # Detect tabstop and shiftwidth automatically # vp.sleuth