We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7fd96 commit f447fe3Copy full SHA for f447fe3
README.md
@@ -616,6 +616,17 @@ let g:vim_project_config = {
616
\}
617
```
618
619
+You may disable global viminfo to make each project more isolated
620
+
621
+```vim
622
623
+if has('nvim')
624
+ set shada=""
625
+else
626
+ set viminfo=""
627
+endif
628
+```
629
630
### Session options
631
632
To load and save project-local session, you can add
0 commit comments