aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-10 09:32:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-10 09:32:14 +0800
commita97bf72314ee73fa69bd52523aa7160487a663f8 (patch)
tree7a12be6dadbe6d3c0bd065c6a6c163bd54a183b0 /vim
parent9339a49fcbefeacd810800da39516853ce9e3af3 (diff)
parentf51e9e8c25aa793ee5e9dcfa0582fc05689789ab (diff)
Update
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7e283d4..5628184 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,7 +7,7 @@ endif
7 7
8" Get current dir 8" Get current dir
9" let s:home = fnamemodify(resolve(expand('<sfile>:p')), ':h') 9" let s:home = fnamemodify(resolve(expand('<sfile>:p')), ':h')
10let s:home = '/home/pham/helper/vim' 10let s:home = '~/helper/vim'
11 11
12" Add current dir into runtimepath 12" Add current dir into runtimepath
13execute 'set runtimepath+='.s:home 13execute 'set runtimepath+='.s:home