mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
icmp and snip rice
This commit is contained in:
parent
62b7e838d9
commit
2a6ff7e85a
5 changed files with 126 additions and 27 deletions
3
config/lua/snippets.lua
Normal file
3
config/lua/snippets.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ls.add_snippets("go", {
|
||||
s("ie", fmta("if err != nil {\n\treturn <err>\n}", { err = i(1, "err") })),
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue