Skip to content

Instantly share code, notes, and snippets.

@Htbaa
Last active February 21, 2024 08:11
Show Gist options
  • Save Htbaa/b3c8d46db8936ad69c4c9bf46e55b51b to your computer and use it in GitHub Desktop.
Save Htbaa/b3c8d46db8936ad69c4c9bf46e55b51b to your computer and use it in GitHub Desktop.
" Install https://github.com/junegunn/vim-plug first
call plug#begin()
" On-demand loading
Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'preservim/nerdcommenter'
Plug 'powerline/powerline'
Plug 'mattn/emmet-vim'
Plug 'chreekat/vim-paren-crosshairs'
Plug 'vim-perl/vim-perl'
Plug 'dense-analysis/ale'
Plug 'TysonAndre/php-vim-syntax'
Plug 'yko/mojo.vim'
Plug 'kchmck/vim-coffee-script'
Plug 'ap/vim-css-color'
" Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'airblade/vim-gitgutter'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment