diff options
author | Chris <[email protected]> | 2020-08-10 15:24:34 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-10 15:24:34 -0400 |
commit | 017d6a4704fc49bb17ccfa28ca787087d5de65ca (patch) | |
tree | f739491f6b80248434b2ac86d59611930ccd974e /vim-plug/plugins.vim | |
parent | ba35e727233fd32dff28ac9a6ce4b41abbc765d6 (diff) |
updates
Diffstat (limited to 'vim-plug/plugins.vim')
-rw-r--r-- | vim-plug/plugins.vim | 10 |
1 files changed, 5 insertions, 5 deletions
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' |