mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fix colorscheme loading in vimrc and ~/.vimrc by setting the default colorscheme first
This commit is contained in:
parent
25570ba247
commit
7df138ceaa
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -29,6 +29,7 @@
|
||||||
let &runtimepath=printf('%s,%s/vim,%s/vim/after',&runtimepath,g:darkcloudpath,g:darkcloudpath)
|
let &runtimepath=printf('%s,%s/vim,%s/vim/after',&runtimepath,g:darkcloudpath,g:darkcloudpath)
|
||||||
|
|
||||||
"Load Colour Scheme:
|
"Load Colour Scheme:
|
||||||
|
colorscheme default " hack to fix vimrc colorschemes in some versions of vim
|
||||||
colorscheme darkcloud
|
colorscheme darkcloud
|
||||||
|
|
||||||
"Load Settings:
|
"Load Settings:
|
||||||
|
|
Loading…
Reference in a new issue