My Plugins are below
Plug 'scrooloose/nerdtree'
Plug 'junegunn/vim-easy-align'
Plug 'thinca/vim-quickrun'
Plug 'jistr/vim-nerdtree-tabs'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'airblade/vim-gitgutter'
Plug 'vim-scripts/grep.vim'
Plug 'vim-scripts/CSApprox'
Plug 'Raimondi/delimitMate'
Plug 'majutsushi/tagbar'
Plug 'scrooloose/syntastic'
Plug 'avelino/vim-bootstrap-updater'
Plug 'sheerun/vim-polyglot'
Plug 'Valloric/YouCompleteMe'
Plug 'bronson/vim-trailing-whitespace'
I can't find which plugin is disturbuing vim-trailing-whitespace. :FixWhitespace is working, but I want the ideal way like the way it is(delete space at saving).
Comments
Post a Comment