Skip to content

Commit de7fd96

Browse files
committed
Update doc
1 parent 1ed0e7e commit de7fd96

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,24 @@ let g:vim_project_config.file_open_types = {
601601
\}
602602
```
603603

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+
604619
### Session options
605620

606-
To read and write separate session for each project, you can add
621+
To load and save project-local session, you can add
607622

608623
```vim
609624
let g:vim_project_config = {

0 commit comments

Comments
 (0)