diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-23 11:26:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-23 11:29:23 +0800 |
commit | 066953d5a8b9d49287ca8c4334a3b3bc34ecc102 (patch) | |
tree | 3892a45b0971c45b8fdcc351b7cc90ec5dae4a54 /vim/vimrc | |
parent | 553db930d8325a371c1605053227c2aab2ec64cb (diff) |
Update
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 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 = '~/helper/vim' | 10 | let s:home = '/home/pham/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 |
@@ -28,6 +28,7 @@ endif | |||
28 | if has('nvim') | 28 | if has('nvim') |
29 | LoadScript mini.lua | 29 | LoadScript mini.lua |
30 | else | 30 | else |
31 | colo desert | ||
31 | "LoadScript init/plugins.vim | 32 | "LoadScript init/plugins.vim |
32 | "LoadScript init/style.vim | 33 | "LoadScript init/style.vim |
33 | endif | 34 | endif |