From 093660fb3381fca8c2568f6a2a13501f8dd5d37f Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:17:14 +0200 Subject: Added light plugins to .vimrc + updated startify banners --- .vimrc | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 8e50564..6997b29 100644 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,11 @@ +call plug#begin('~/.vim/plugged') + Plug 'gruvbox-community/gruvbox' + Plug 'tpope/vim-fugitive' + Plug 'tpope/vim-surround' + Plug 'tpope/vim-repeat' + Plug 'mhinz/vim-startify' +call plug#end() + if has('filetype') filetype indent plugin on endif @@ -35,6 +43,7 @@ set softtabstop=4 set expandtab set noswapfile set nowrap +set background=dark map Y y$ nnoremap :nohl @@ -55,7 +64,20 @@ nnoremap j :wincmd j nnoremap k :wincmd k nnoremap l :wincmd l -colorscheme default +colorscheme gruvbox highlight CursorLine cterm=NONE ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE -highlight CursorLineNr cterm=bold ctermbg=NONE ctermfg=Yellow +highlight CursorLineNr cterm=bold ctermbg=Black ctermfg=Yellow set cursorline + +let g:ascii = [ +\' ,, ', +\' db ', +\' ', +\"`7M' `MF'`7MM `7MMpMMMb.pMMMb. ", +\' VA ,V MM MM MM MM ', +\' VA ,V MM MM MM MM ', +\' VVV MM MM MM MM ', +\' W .JMML..JMML JMML JMML', +\'', +\] +let g:startify_custom_header = startify#pad(g:ascii) -- cgit v1.2.3-70-g09d2