diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-04-23 15:37:54 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-04-23 15:37:54 +0800 |
commit | 05cd00f21905d63bb7fa3afbdecf374667400794 (patch) | |
tree | cc9224d3e5a6f541762235874a45c4db1c921179 | |
parent | eb548586160e64add11509f0a8e6722c7c773c43 (diff) |
Update
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
10 | let s:home = '/home/pham/helper/vim' | 10 | let s:home = '~/helper/vim' |
11 | 11 | ||
12 | " Add current dir into runtimepath | 12 | " Add current dir into runtimepath |
13 | execute 'set runtimepath+='.s:home | 13 | execute 'set runtimepath+='.s:home |