Skip to content

Commit

Permalink
Use the vim color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jun 23, 2024
1 parent 8454ff1 commit 18c6e69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,15 @@ try | set fillchars+=eob:~ | catch | endtry
if has('nvim') && exists('&mousemoveevent')
set mousemoveevent
endif
set notermguicolors

" *********************************************************
" * Color scheme
" *********************************************************

if has('nvim-0.10')
colorscheme vim
endif

" *********************************************************
" * Commands
Expand Down

0 comments on commit 18c6e69

Please sign in to comment.