diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-29 22:42:36 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-29 22:42:36 +0800 |
| commit | 15808ef1e896218dd86195d6f126935d41d766fa (patch) | |
| tree | e7ebef5ee608074324c7e9e127cd6a59ae8569eb /vim | |
| parent | fc717b3a291ef6ac6d0504a4e511143fc66ecbb5 (diff) | |
Update
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -14,8 +14,6 @@ execute 'set runtimepath+='.s:home | |||
| 14 | 14 | ||
| 15 | " Load scripts in home | 15 | " Load scripts in home |
| 16 | command! -nargs=1 LoadScript exec 'source '.s:home.'/'.'<args>' | 16 | command! -nargs=1 LoadScript exec 'source '.s:home.'/'.'<args>' |
| 17 | |||
| 18 | " Gerneral scripts | ||
| 19 | LoadScript init/basic.vim " Basic configuration | 17 | LoadScript init/basic.vim " Basic configuration |
| 20 | LoadScript init/keymaps.vim " Key mappings | 18 | LoadScript init/keymaps.vim " Key mappings |
| 21 | LoadScript init/config.vim " Extra config for different contexts | 19 | LoadScript init/config.vim " Extra config for different contexts |
| @@ -24,6 +22,7 @@ LoadScript init/config.vim " Extra config for different contexts | |||
| 24 | colorscheme gruvbox | 22 | colorscheme gruvbox |
| 25 | set background=dark | 23 | set background=dark |
| 26 | 24 | ||
| 25 | " Disable plugins by ENV | ||
| 27 | if $fullrc == 'false' | 26 | if $fullrc == 'false' |
| 28 | finish | 27 | finish |
| 29 | endif | 28 | endif |