From 8954529c8bb3f3bd0f2be2895eaafc597a0057b0 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 25 Nov 2025 19:53:19 +0000 Subject: Removed vim-plug and now using the in built package manager of vim for plugins --- .vimrc | 13 +------------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3