Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 30s
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
snippet nnoremap "Normal mode remap" b
|
|
nnoremap ${1:<leader>key} $2$0
|
|
endsnippet
|