diff options
Diffstat (limited to 'vim-plug')
| -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' | 
