diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-01-31 10:43:03 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-01-31 10:43:03 +0500 |
| commit | b00908d513f35dbee98c52b6609cfceaa6eae371 (patch) | |
| tree | 3a140112975b6cf98eb6668498c6fb9572e80767 /files/.vimrc | |
| parent | 598b25c6bdb9553d577ab63d15e51cfcf8301801 (diff) | |
Set yankring history directory to temp.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc index 3dbb441..cc4bda8 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -613,6 +613,11 @@ let g:pandoc#filetypes#handled = ["pandoc", "markdown"] let g:pandoc#filetypes#pandoc_markdown = 0 " }}} +" YankRing {{{ + +let g:yankring_history_dir = "$HOME/tmp/vim/" + +" }}} " }}} " Load custom local config {{{ |
