Add a keymap to easily add {{site.url))/ before

...some text

This is useful when writing my daily emails and creating links within
the content.
This commit is contained in:
Oliver Davies 2025-03-30 17:21:19 +01:00
parent 016bd76792
commit 3388fd2b7e

View file

@ -1,3 +1,5 @@
-- TODO: Interim fix for https://github.com/nvim-treesitter/nvim-treesitter-context/issues/431.
vim.opt_local.spell = true
vim.opt_local.wrap = true
vim.keymap.set("n", "<leader>su", "Bi{{site.url}}/<Esc>")