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 1ed0e7e commit de7fd96Copy full SHA for de7fd96
README.md
@@ -601,9 +601,24 @@ let g:vim_project_config.file_open_types = {
601
\}
602
```
603
604
+### Viminfo (Shada for neovim)
605
+
606
+Viminfo can be used to keep registers, marks, v:oldfiles, etc.
607
608
+To load and save project-local viminfo, you can add
609
610
+```vim
611
612
+let g:vim_project_config = {
613
+ \...
614
+ \'use_viminfo': 1,
615
616
+ \}
617
+```
618
619
### Session options
620
-To read and write separate session for each project, you can add
621
+To load and save project-local session, you can add
622
623
```vim
624
let g:vim_project_config = {
0 commit comments