aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-03-04 19:28:45 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-03-04 19:28:45 +0000
commit9450ca4885bd1e07953de06265c8eca2cb496e0d (patch)
tree3f7c4e3dd4c8cbcc05b507ceee6e2c32e73e3a18
parent24133450fef1d16c25b85c342872db8d49a8428d (diff)
moved .viminfo into .config/vim/
-rw-r--r--.config/vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index 6573c9b..e8c9517 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -1,6 +1,9 @@
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 ~/.config/vim/viminfo
+set viminfo=%,'100,<50,s10,h,n~/.config/vim/viminfo
+
" General visual look of Vim
set number
set ruler