migrated colorscheme from local

This commit is contained in:
Wryn Wagner
2019-08-20 10:27:50 -06:00
parent 9f2276c4e3
commit 5d54b59ab5
2 changed files with 14 additions and 2 deletions

View File

@ -105,7 +105,7 @@ nnoremap _ :m -2 <CR>
" - (insert mode) set current word to upper-case
inoremap <c-u> <esc>viwUea
" - specialized formatting
" - My Plugins
source $VIM_DIR/rd_formatting.vim
source $VIM_DIR/my_colors.vim
" }}}