summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-17 17:24:31 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-17 17:24:31 +0200
commit00d676cf16b718696001e9572922b84c0f49a2e4 (patch)
tree7e0febcfd0641eea137ebd666534ca29e0e9d305 /vim
parentfb17a518497979ead4c46c83d92a9b6d65990ffa (diff)
vimrc: update comment
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1c49131..0e1d114 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -39,8 +39,7 @@ set tabstop=4
set mouse=a
set ttymouse=sgr
-" put all the vim files under ~/.vim to avoid polluting the rest of the
-" filesystem with them
+" use standard places for the vim state files
set dir=~/.cache/vim/swap
set backupdir=~/.cache/vim/bkp
set undodir=~/.local/var/vim/undo