all repos

init.lua @ 7e1dc1ceb0642d7246a0b833659d18c8c3673406

my nvim config

init.lua/luasnippets/lua.lua(view raw)

1
2
3
4
5
---@diagnostic disable: undefined-global
-- selene: allow(undefined_variable)
return {
  s("req", fmt('local {} = require "{}"', { i(1, "name"), i(2, "module") })),
}