Replace multiple plugins with mini.nvim
This commit is contained in:
parent
92511131d1
commit
c2e9b1ae51
7 changed files with 164 additions and 162 deletions
5
after/ftplugin/markdown.lua
Normal file
5
after/ftplugin/markdown.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
vim.keymap.set("n", "md", "<cmd>HeaderDemote<cr>", { desc = "Demote markdown header" })
|
||||
|
||||
vim.keymap.set("n", "mp", "<cmd>HeaderPromote<cr>", { desc = "Promote markdown header" })
|
||||
|
||||
vim.keymap.set("n", "mt", "<cmd>ToDoToggle<cr>", { desc = "Toggle Existing Todo Item" })
|
Loading…
Add table
Add a link
Reference in a new issue