diff options
| -rw-r--r-- | .vimrc | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -1,15 +1,3 @@ -" Plugins -call plug#begin() - -" Plugins listed below -Plug 'morhetz/gruvbox' -Plug 'lilydjwg/colorizer' - -call plug#end() - -" Call after plugin is loaded -autocmd vimenter * ++nested colorscheme gruvbox - set nocompatible " This fixes the problem where arrow keys do not function properly on some systems. let mapleader=' ' " Use space for leader key @@ -23,6 +11,7 @@ let &fillchars ..= ',eob: ' " Hide tildes at EOF set splitbelow splitright set cursorline " Highlight the active cursor line set termguicolors +colorscheme gruvbox " Clipboard set clipboard=unnamedplus |
