mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Load the colorscheme before the config files
This commit is contained in:
parent
441f88eba3
commit
04e7ab88b6
1 changed files with 6 additions and 6 deletions
12
vimrc
12
vimrc
|
@ -9,8 +9,8 @@
|
|||
" "
|
||||
"============================================================"
|
||||
|
||||
"DARKCLOUD VIM CONFIG FOLDER PATH: {{{
|
||||
" If you want to use darkcloud-vimconfig as a package without symlinking
|
||||
"darkcloud vim config folder path: {{{
|
||||
" if you want to use darkcloud-vimconfig as a package without symlinking
|
||||
" the vim folder or placing it @ /etc/darkcloud-vimconfig, create a file
|
||||
" @ ~/.vim/darkcloud-path.vim and in it place the following, except with
|
||||
" the path pointing to the cloned repo:
|
||||
|
@ -28,18 +28,18 @@
|
|||
"Add Config Directory: (distro-agnostic system-wide)
|
||||
let &runtimepath=printf('%s,%s/vim,%s/vim/after',&runtimepath,g:darkcloudpath,g:darkcloudpath)
|
||||
|
||||
"Load Colour Scheme:
|
||||
colorscheme darkcloud
|
||||
|
||||
"Load Settings:
|
||||
runtime config/settings.vim
|
||||
|
||||
"Load Plugins:
|
||||
"Init Plugin Loader:
|
||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||
|
||||
"Load Keymappings:
|
||||
runtime config/keyboard.vim
|
||||
|
||||
"Load Colour Scheme:
|
||||
colorscheme darkcloud
|
||||
|
||||
"Load User Config:
|
||||
runtime vimrc.user
|
||||
|
||||
|
|
Loading…
Reference in a new issue