Skip to content

Commit

Permalink
Add settings for gui mvim
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkyu committed May 28, 2017
1 parent 4d02b91 commit f8d6bed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set hlsearch " 검색결과를 구문 강조
set wildmenu wildignorecase " 커맨드 자동 완성 후보 목록 나타냄
set wildmode=full
" set termguicolors
" colorscheme flatcolor-johngrib
colorscheme flatcolor-johngrib

" ============================================================================
" MAPPINGS
Expand All @@ -57,3 +57,8 @@ nnoremap <F10> :NERDTreeToggle<cr>
" <Ctrl-l> | redraws the screen and removes any search highlighting
nnoremap <silent> <C-l> :nohl<CR><C-l>
if has("gui_running")
colorscheme flatcolor-johngrib
highlight Normal guifg=white guibg=black
endif

0 comments on commit f8d6bed

Please sign in to comment.