Last active
May 7, 2025 09:52
-
-
Save Htbaa/b3c8d46db8936ad69c4c9bf46e55b51b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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' | |
Plug 'tomasiser/vim-code-dark' | |
Plug 'Raku/vim-raku' | |
call plug#end() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment