dotfiles/nvim/after/ftplugin/go.lua
2025-09-05 14:33:13 -04:00

2 lines
116 B
Lua

-- quick way to handle errors in Go
vim.keymap.set("n", "<leader>ee", "oif err != nil {<CR>}<ESC>Oreturn err<ESC>")