nix-config/modules/home-manager/cli/neovim/config/after/ftplugin/markdown.lua
Oliver Davies 3388fd2b7e 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.
2025-03-30 17:21:19 +01:00

5 lines
208 B
Lua

-- 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>")