Neovim: markdown previewer
This commit is contained in:
parent
fb9376e310
commit
e3203c21c5
1 changed files with 3 additions and 1 deletions
|
|
@ -71,11 +71,13 @@ let vp = pkgs.vimPlugins; in {
|
||||||
plugin = vp.undotree;
|
plugin = vp.undotree;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
config = ''
|
config = ''
|
||||||
vim.keymap.set({ "n", "v" }, "<leader>u",
|
vim.keymap.set({ "n", "v" }, "<leader>u",
|
||||||
vim.cmd.UndotreeToggle, { desc = "Toggle undo tree" })
|
vim.cmd.UndotreeToggle, { desc = "Toggle undo tree" })
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vp.markdown-preview-nvim
|
||||||
|
|
||||||
# # Detect tabstop and shiftwidth automatically
|
# # Detect tabstop and shiftwidth automatically
|
||||||
# vp.sleuth
|
# vp.sleuth
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue