dotfiles/nvim-0.11/after/ftplugin/go.lua
2026-04-12 20:00:06 -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>")