From f87cfb441360ae1ec59b9af39ee53387d1750725 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 7 Dec 2024 19:03:15 +0000 Subject: Adds back plug --- vim/min-vim | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/vim/min-vim b/vim/min-vim index f9468f6..8fd1d67 100644 --- a/vim/min-vim +++ b/vim/min-vim @@ -6,6 +6,7 @@ filetype plugin indent on let maplocalleader = "\\" let mapleader = "," +syntax on set autoread set foldmethod=manual set autowrite @@ -61,6 +62,16 @@ nnoremap ev sjL:e $HOME/.vim/vimrc command! W w +call plug#begin() +Plug 'tpope/vim-commentary' +Plug 'SirVer/UltiSnips' +Plug 'preservim/vim-markdown' +Plug 'honza/vim-snippets' +Plug 'mhinz/vim-signify' +Plug 'vim-test/vim-test' +Plug 'dense-analysis/ale' +call plug#end() + augroup textfiles autocmd! @@ -68,5 +79,4 @@ augroup textfiles augroup end set background=dark -colorscheme koehler -syntax on +colorscheme industry -- cgit v1.2.3