all repos

init.lua @ fed16a27b6ece6a28e3708cccb35974a894a480d

my nvim config
1 files changed, 0 insertions(+), 15 deletions(-)
refactor(snips): remove all custom go snips due to not using them
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-07 00:09:54 +0200
Parent: cf2a79f
D

@@ -1,15 +0,0 @@

----@diagnostic disable: undefined-global --- selene: allow(undefined_variable) -return { - s({ trig = "err", name = "if err" }, { - t "if err != nil", - t { " {", "\t" }, - i(0), - t { "", "}" }, - }), - s(":", { - i(1, "name"), - t " := ", - i(2, "value"), - }), -}