(nvim) update in progress
This commit is contained in:
parent
9844c832ba
commit
3b376950c8
37 changed files with 1214 additions and 1261 deletions
2
nvim/after/ftplugin/go.lua
Normal file
2
nvim/after/ftplugin/go.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- quick way to handle errors in Go
|
||||
vim.keymap.set("n", "<leader>ee", "oif err != nil {<CR>}<ESC>Oreturn err<ESC>")
|
||||
Loading…
Add table
Add a link
Reference in a new issue