You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
828 B
Cheetah

" chezmoi:template:left-delimiter="{{
"{{- /* vim: set filetype=vim: */ -}}
Plug 'bfrg/vim-jq'
Plug 'editorconfig/editorconfig-vim', { 'tag': 'v1.1.1' }
Plug 'tpope/vim-surround', { 'tag': 'v2.2' }
Plug 'preservim/nerdtree', { 'tag': '6.10.16' }
Plug 'cespare/vim-toml', { 'for': 'toml' }
" Themes
Plug 'NLKNguyen/papercolor-theme'
Plug 'joshdick/onedark.vim'
Plug 'morhetz/gruvbox'
Plug 'nanotech/jellybeans.vim', { 'tag': 'v1.7' }
Plug 'romainl/Apprentice'
Plug 'sheerun/vim-wombat-scheme'
Plug 'tomasr/molokai'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
"{{ if lookPath "fzf" -}}
Plug 'junegunn/fzf', { 'tag': '0.43.0' }
Plug 'junegunn/fzf.vim'
"{{ end -}}
"{{ if lookPath "go" }}
Plug 'fatih/vim-go'
"{{ end }}
"{{ if lookPath "rustc" }}
Plug 'rust-lang/rust.vim', { 'for': 'rust' }
"{{ end }}