aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-03-04 19:29:39 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-03-04 19:29:39 +0000
commit09d48c44846fa85e33d7f501fb7ce2a4f4887496 (patch)
treeae068f74063281aef4cee6c6293427b4a4e16d47
parenteae943ead9f8434b490b045ea020e438074860ef (diff)
moved .viminfo into .config/vim/HEADmaster
-rw-r--r--.config/vim/vimrc2
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