diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 19:29:39 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 19:29:39 +0000 |
| commit | 09d48c44846fa85e33d7f501fb7ce2a4f4887496 (patch) | |
| tree | ae068f74063281aef4cee6c6293427b4a4e16d47 | |
| parent | eae943ead9f8434b490b045ea020e438074860ef (diff) | |
| -rw-r--r-- | .config/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 1421d98..ad9f933 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -1,7 +1,7 @@ set nocompatible " This fixes the problem where arrow keys do not function properly on some systems. let mapleader=' ' " Use space for leader key -" Set viminfo to store in ~/.vim/viminfo +" Set viminfo to store in ~/.config/vim/viminfo set viminfo=%,'100,<50,s10,h,n~/.config/vim/viminfo " General visual look of Vim |
