Vim snippet add remap
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 30s Details

This commit is contained in:
Yannick Reiß 2024-09-16 06:18:16 +02:00
parent 04f7b17fd5
commit fdd52c7471
1 changed files with 2 additions and 4 deletions

View File

@ -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