summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkent <kent@slowthrill.com>2020-12-04 16:46:31 -0600
committerkent <kent@slowthrill.com>2020-12-04 16:46:31 -0600
commitaddf296fc2f8dbc1e2a06f8dd3af7e243ffdabfc (patch)
tree145a9d9dee504aa9d04b6e0eddcaa1af9a53c9d7
parent73b0b4f1bb1958c5d690a2f06042ac74865d4423 (diff)
downloadcfg-addf296fc2f8dbc1e2a06f8dd3af7e243ffdabfc.tar.gz
cfg-addf296fc2f8dbc1e2a06f8dd3af7e243ffdabfc.tar.bz2
sure why not
-rw-r--r--.vimrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 5fe8fe1..4c07af6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -222,7 +222,8 @@ nnoremap <silent><Leader>tb :TagbarToggle<CR>
Plug 'tpope/vim-rails'
-Plug 'NLKNguyen/papercolor-theme'
+"Plug 'NLKNguyen/papercolor-theme'
+Plug 'morhetz/gruvbox'
" gitk in vim basically
Plug 'cohama/agit.vim'
@@ -394,9 +395,13 @@ cmap w!! %!sudo tee > /dev/null %
" This replicates the idea of closing a tab
nmap <leader>bq :bp <BAR> bd #<CR>
+"autocmd vimenter * ++nested colorscheme gruvbox
+set termguicolors
+let g:gruvbox_italic=1
+colorscheme gruvbox
+
if &t_Co >= 256 || has('gui-running')
set background=dark
- colorscheme PaperColor
endif
set nu