We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdabac commit 7ecff15Copy full SHA for 7ecff15
1 file changed
README.md
@@ -20,12 +20,12 @@ I often write important messages in a vim buffer before I send it.
20
## Setup and Config
21
22
#### Make a drafts directory
23
- - Add the command to setup a drafts directory
24
```vim
+" Add the command to setup a drafts directory
25
let g:drafts_directory = "/path/to/drafts/"
26
```
27
28
-#### Optional, create a keybind for the commands
+## Optional, create a keybind for the commands
29
30
#### `NewDraft` Keybind
31
@@ -66,10 +66,14 @@ nnoremap <Leader>z :call OpenDrafts()<CR>
66
67
## Install
68
#### Vim-Plug
69
-`Plug 'jakeroggenbuck/draft.vim'`
+```vim
70
+Plug 'jakeroggenbuck/draft.vim'
71
+```
72
73
#### Vundle
-`Plugin 'jakeroggenbuck/draft.vim'`
74
75
+Plugin 'jakeroggenbuck/draft.vim'
76
77
78
## Versions
79
0 commit comments