mirror of
https://github.com/cap153/nvim.git
synced 2026-01-10 13:34:08 +08:00
first commit
This commit is contained in:
commit
6955e90e07
61 changed files with 3641 additions and 0 deletions
11
UltiSnips/lua.snippets
Normal file
11
UltiSnips/lua.snippets
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
snippet f "Empty function"
|
||||
function ()
|
||||
${0}
|
||||
end
|
||||
endsnippet
|
||||
|
||||
snippet conf "Config function"
|
||||
config = function ()
|
||||
${0}
|
||||
end
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue