aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8202049..347c264 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -537,7 +537,12 @@ let g:gruvbox_invert_signs='0'
let g:gruvbox_improved_strings='0'
set background=dark
" colorscheme gruber-darker
-colorscheme rosepine
+colorscheme blue
+
+
+function! Grep(args)
+ return system('ag ' . a:args)
+endfunction
" manual highlights
" highlight Visual ctermfg=black ctermbg=LightMagenta