diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 00:42:18 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 00:42:18 +0200 |
commit | 58fab4d9baedf33dc36e78ecc7f9b7369734fa0d (patch) | |
tree | e449ffb87901a7b29af745f2bf56803187cfb7c4 /.vimrc | |
parent | 726277d20d8ededbe44aa4560b1ec7e3413b7a3c (diff) |
vim + nvim removed startify plugin
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -4,7 +4,6 @@ call plug#begin('~/.vim/plugged') Plug 'tpope/vim-surround' Plug 'tpope/vim-repeat' Plug 'tpope/vim-commentary' - Plug 'mhinz/vim-startify' call plug#end() filetype indent plugin on @@ -61,16 +60,3 @@ colorscheme gruvbox highlight CursorLine cterm=NONE ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE 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) |