Skip to content

Commit 7ecff15

Browse files
Update README.md
1 parent bcdabac commit 7ecff15

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ I often write important messages in a vim buffer before I send it.
2020
## Setup and Config
2121

2222
#### Make a drafts directory
23-
- Add the command to setup a drafts directory
2423
```vim
24+
" Add the command to setup a drafts directory
2525
let g:drafts_directory = "/path/to/drafts/"
2626
```
2727

28-
#### Optional, create a keybind for the commands
28+
## Optional, create a keybind for the commands
2929

3030
#### `NewDraft` Keybind
3131
```vim
@@ -66,10 +66,14 @@ nnoremap <Leader>z :call OpenDrafts()<CR>
6666

6767
## Install
6868
#### Vim-Plug
69-
`Plug 'jakeroggenbuck/draft.vim'`
69+
```vim
70+
Plug 'jakeroggenbuck/draft.vim'
71+
```
7072

7173
#### Vundle
72-
`Plugin 'jakeroggenbuck/draft.vim'`
74+
```vim
75+
Plugin 'jakeroggenbuck/draft.vim'
76+
```
7377

7478
## Versions
7579

0 commit comments

Comments
 (0)