diff --git a/.vim/vimrc b/.vim/vimrc index 64189d8..44a7a4b 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1,6 +1,6 @@ call plug#begin('~/.vim/plugged') -" themes +git_files themes Plug 'fxn/vim-monochrome' Plug 'dylanaraps/wal.vim' Plug 'arcticicestudio/nord-vim' @@ -49,8 +49,8 @@ if (empty($TMUX)) endif set background=dark -colorscheme minochrome colorscheme austere +colorscheme nord " new leader key nnoremap @@ -69,7 +69,7 @@ noremap noremap " telescope essentials -nnoremap ff Telescope find_files +nnoremap ff Telescope git_files nnoremap fd Telescope live_grep nnoremap fb Telescope buffers nnoremap ft Telescope