Skip to content

Commit

Permalink
[Vim] Correct plugins URLs and options.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopauss committed Sep 26, 2022
1 parent ae8ec2a commit 0d5f5bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotfiles/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ let &rtp = "$HOME/.vim,".s:vimrcdir ."/vim,$VIM/vimfiles,$VIMRUNTIME"
" Plugins
call plug#begin("~/.vim/plugged")

Plug 'bling/vim-airline'
Plug 'vim-airline/vim-airline'
Plug 'jlanzarotta/bufexplorer'
Plug 'tpope/vim-fugitive'
Plug 'vim-scripts/a.vim'
Plug 'terryma/vim-expand-region'
Plug 'airblade/vim-gitgutter'
Plug 'leafgarland/typescript-vim'
Plug 'embear/vim-localvimrc'
Plug 'w0rp/ale'
Plug 'dense-analysis/ale'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer' }
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer' }
Plug 'rust-lang/rust.vim'
Plug 'pangloss/vim-javascript'
Plug 'cespare/vim-toml'
Expand Down

0 comments on commit 0d5f5bd

Please sign in to comment.