Vim snippet add remap
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 30s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 30s
Details
This commit is contained in:
parent
04f7b17fd5
commit
fdd52c7471
|
@ -1,5 +1,3 @@
|
||||||
snippet fun "Lua function" b
|
snippet nnoremap "Normal mode remap" b
|
||||||
function ${1:name}()
|
nnoremap ${1:<leader>key} $2$0
|
||||||
$2
|
|
||||||
endfunction$0
|
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
Loading…
Reference in New Issue