diff options
Diffstat (limited to 'vim')
| -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 |