mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
snippet fun "vim function"
|
|
function! ${1:MyFunc}(${2}) abort
|
|
$3
|
|
endfunction
|
|
$0
|
|
endsnippet
|