mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
11 lines
134 B
Text
11 lines
134 B
Text
snippet f "Empty function"
|
|
function ()
|
|
${0}
|
|
end
|
|
endsnippet
|
|
|
|
snippet conf "Config function"
|
|
config = function ()
|
|
${0}
|
|
end
|
|
endsnippet
|