diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua index fa5051e..ffd06cd 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua @@ -451,4 +451,10 @@ return { end, { desc = "Init default molten" }) end, }, + { + "mipmip/vim-scimark", + config = function() + vim.keymap.set("n", "<leader>si", ":OpenInScim<cr>", { desc = "Sc-im" }) + end, + }, } |
