summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-06 22:15:52 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-06 22:15:52 +0900
commit2b75799ee374befdc59fff810aaa6f8142e3a83d (patch)
treebc6ab6b65f95ca4d69e3d8d5418f5e1947937b54 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
parenta28ddb4b2135c42da551e7ef115c67b8d781356e (diff)
modified plugins/ai.lua, modified plugins/markdown.lua, created sc-im/, created bin/syncdic, created thesiah/dic
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua6
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,
+ },
}