mirror of
1
0
Fork 0

Fix broken code block in README.md (#750)

Adds missing closing code fence in README.md to fix incorrect formatting of vim-snipmate mappings.
This commit is contained in:
Kaveet Laxmidas 2024-01-07 09:09:42 -06:00 committed by GitHub
parent 63419d6513
commit 86762cf230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ nmap <C-n> <Plug>yankstack_substitute_newer_paste
let g:ctrlp_map = '<C-f>'
map <leader>j :CtrlP<cr>
map <C-b> :CtrlPBuffer<cr>
```
[vim-snipmate](https://github.com/garbas/vim-snipmate) mappings to autocomplete via snippets:
```vim