From 017d6a4704fc49bb17ccfa28ca787087d5de65ca Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 10 Aug 2020 15:24:34 -0400 Subject: updates --- vim-plug/plugins.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vim-plug') diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index c95d6ee0..81972355 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -96,20 +96,20 @@ call plug#begin('~/.config/nvim/autoload/plugged') " Easily Create Gists Plug 'mattn/vim-gist' Plug 'mattn/webapi-vim' + " Async Linting Engine + " TODO make sure to add ale config before plugin + Plug 'dense-analysis/ale' + " Better Whitespace + Plug 'ntpeters/vim-better-whitespace' " Plugin Graveyard - " Better Whitespace - " Plug 'ntpeters/vim-better-whitespace' " jsx syntax support " Plug 'maxmellon/vim-jsx-pretty' " Typescript syntax " Plug 'HerringtonDarkholme/yats.vim' " Multiple Cursors " Plug 'terryma/vim-multiple-cursors' - " Async Linting Engine - " TODO make sure to add ale config before plugin - " Plug 'dense-analysis/ale' " Plug 'kaicataldo/material.vim' " Plug 'NLKNguyen/papercolor-theme' " Plug 'tomasiser/vim-code-dark' -- cgit v1.2.3