aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/vimrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-23 11:26:32 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-23 11:29:23 +0800
commit066953d5a8b9d49287ca8c4334a3b3bc34ecc102 (patch)
tree3892a45b0971c45b8fdcc351b7cc90ec5dae4a54 /vim/vimrc
parent553db930d8325a371c1605053227c2aab2ec64cb (diff)
Update
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c76f7b6..7e283d4 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 = '~/helper/vim' 10let s:home = '/home/pham/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
@@ -28,6 +28,7 @@ endif
28if has('nvim') 28if has('nvim')
29 LoadScript mini.lua 29 LoadScript mini.lua
30else 30else
31 colo desert
31 "LoadScript init/plugins.vim 32 "LoadScript init/plugins.vim
32 "LoadScript init/style.vim 33 "LoadScript init/style.vim
33endif 34endif