aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc13
1 files changed, 1 insertions, 12 deletions
diff --git a/.vimrc b/.vimrc
index 72bbdb7..445a100 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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