(nvim) make copy of v0.11 neovim config

This commit is contained in:
juancwu 2026-04-12 20:00:06 -04:00
commit f5c36908f3
No known key found for this signature in database
38 changed files with 1796 additions and 0 deletions

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