diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2023-05-03 16:12:19 -0600 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-05-07 14:27:10 -0600 |
| commit | 3f4c61592f5a8667a11e5b90369572f60e58b388 (patch) | |
| tree | a6da748c6e9968a6bdae3bb982bb4cfc2ad4461d /vim/notmuch.txt | |
| parent | 1b878877d928a5279c3c0003d067d8b875f7e42a (diff) | |
vim: doc: small fixes
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'vim/notmuch.txt')
| -rw-r--r-- | vim/notmuch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/notmuch.txt b/vim/notmuch.txt index 43741022..4a038102 100644 --- a/vim/notmuch.txt +++ b/vim/notmuch.txt @@ -89,7 +89,7 @@ s Send CONFIGURATION *notmuch-config* You can add the following configurations to your `.vimrc`, or -`~/.vim/plugin/notmuch.vim`. +`~/.vim/after/plugin/notmuch.vim`. *g:notmuch_folders* @@ -138,7 +138,7 @@ You can do the same for the thread view: If you want to count the threads instead of the messages in the folder view: > - let g:notmuch_folders_count_threads = 0 + let g:notmuch_folders_count_threads = 1 < *g:notmuch_reader* |
