Skip to content

Commit

Permalink
Fix broken code block in README.md (#750)
Browse files Browse the repository at this point in the history
Adds missing closing code fence in README.md to fix incorrect formatting of vim-snipmate mappings.
  • Loading branch information
kaveet committed Jan 7, 2024
1 parent 63419d6 commit 86762cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86762cf

Please sign in to comment.