This commit is contained in:
sadanslargehole 2024-05-22 00:52:24 -04:00
parent c88ca941fa
commit e4e57e9895
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
3 changed files with 114 additions and 16 deletions

View file

@ -69,3 +69,4 @@ vim.keymap.set("n", "<leader>w", ":SudaWrite<CR>", {
vim.keymap.set("n", "<leader>h", ":%S/", {
noremap = true,
})
vim.keymap.set({ "n", "v" }, "<leader>se", require("nvim-emmet").wrap_with_abbreviation)