Skip to content

Commit f447fe3

Browse files
committed
Update doc
1 parent de7fd96 commit f447fe3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,17 @@ let g:vim_project_config = {
616616
\}
617617
```
618618

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+
619630
### Session options
620631

621632
To load and save project-local session, you can add

0 commit comments

Comments
 (0)