]> git.cworth.org Git - notmuch/blobdiff - vim/notmuch.txt
vim: doc: small fixes
[notmuch] / vim / notmuch.txt
index 43741022e13580cafd7f1190a601608b14afcafe..4a038102a6163e590ad414f4b2f339a0a3659022 100644 (file)
@@ -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*