From 15836982fc01eb8721b97ba247b0d518d6ac5fca Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 11 Oct 2019 08:12:51 +0200 Subject: Exam config --- .pluggins.vim | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .pluggins.vim (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim deleted file mode 100644 index 6e2f7a2..0000000 --- a/.pluggins.vim +++ /dev/null @@ -1,45 +0,0 @@ -" plugins -call plug#begin() - Plug 'scrooloose/nerdtree' " file tree - " Plug 'scrooloose/nerdcommenter' " comment multiple line - "Plug 'vim-airline/vim-airline' " status bar - Plug 'itchyny/lightline.vim' " minimal status bar - " Plug 'jiangmiao/auto-pairs' " pair stuff autocomplete - " Plug 'yuttie/comfortable-motion.vim' " scroll - Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc - "Plug 'lervag/vimtex' " LaTex improvement - " better highlight syntax - Plug 'justinmk/vim-syntax-extra' - "Plug 'junegunn/goyo.vim' " focus mode - Plug 'w0rp/ale' " lint - Plug 'maximbaz/lightline-ale' - Plug 'romainl/vim-cool' " disable highlight after search - "Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install' } " markdown preview with math typeset - Plug 'vim-scripts/awk.vim' - Plug 'sheerun/vim-polyglot' " better syntax highlighting - Plug 'neovimhaskell/haskell-vim' " vim haskell highlighting - Plug 'haya14busa/incsearch.vim' " better incsearch - - - " themes - "Plug 'mhartington/oceanic-next' - "Plug 'joshdick/onedark.vim' - Plug 'morhetz/gruvbox' - Plug 'shinchu/lightline-gruvbox.vim' - Plug 'dracula/vim', { 'as': 'dracula' } - "Plug 'jdkanani/vim-material-theme' - Plug 'ayu-theme/ayu-vim' - "Plug 'vim-airline/vim-airline-themes' - Plug 'connorholyday/vim-snazzy' - Plug 'chriskempson/base16-vim' - - Plug 'tomtom/tcomment_vim' " other min commenter - " Plug 'tpope/vim-commentary' " minimalistic commenter - Plug 'tpope/vim-surround' " surround stuff - Plug 'tpope/vim-eunuch' " command in vim - - "Plug 'terryma/vim-multiple-cursors' - "Plug 'Valloric/YouCompleteMe' " autocomplete - "Plug 'fatih/vim-go' - "Plug 'Yggdroot/indentLine' " indent guide -call plug#end() -- cgit