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
|
||||
function ${1:name}()
|
||||
$2
|
||||
endfunction$0
|
||||
snippet nnoremap "Normal mode remap" b
|
||||
nnoremap ${1:<leader>key} $2$0
|
||||
endsnippet
|
||||
|
|
Loading…
Reference in New Issue