mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Reenable lazy loading
This commit is contained in:
parent
315cacc250
commit
8ee410614b
1 changed files with 5 additions and 5 deletions
10
plugged.vim
10
plugged.vim
|
|
@ -43,15 +43,15 @@ Plug 'fatih/vim-go' ", { 'for': 'go', 'do': ':GoInstallBinaries' }
|
|||
Plug 'leafgarland/typescript-vim' , { 'for': 'typescript' }
|
||||
"Plug 'nsf/gocode' , { 'for': 'go', 'rtp': 'vim' }
|
||||
Plug 'groenewege/vim-less' , { 'for': 'less' }
|
||||
Plug 'tpope/vim-markdown' ", { 'for': ['md', 'mdown', 'markdown'] }
|
||||
Plug 'tpope/vim-markdown' , { 'for': ['md', 'mdown', 'markdown'] }
|
||||
Plug 'slim-template/vim-slim' , { 'for': 'slim' }
|
||||
Plug 'jboyens/vim-protobuf' , { 'for': 'proto' }
|
||||
Plug 'dag/vim-fish' , { 'for': 'fish' }
|
||||
Plug 'vim-scripts/rfc-syntax' , { 'for': 'rfc' }
|
||||
Plug 'rust-lang/rust.vim' ", { 'for': ['rs', 'rust'] }
|
||||
Plug 'LnL7/vim-nix' ", { 'for': 'nix' }
|
||||
Plug 'toyamarinyon/vim-swift' ", { 'for': 'swift' }
|
||||
Plug 'jjo/vim-cue' ", { 'for': 'cue' }
|
||||
Plug 'rust-lang/rust.vim' , { 'for': ['rs', 'rust'] }
|
||||
Plug 'LnL7/vim-nix' , { 'for': 'nix' }
|
||||
Plug 'toyamarinyon/vim-swift' , { 'for': 'swift' }
|
||||
Plug 'jjo/vim-cue' , { 'for': 'cue' }
|
||||
|
||||
" Text objects
|
||||
Plug 'vim-scripts/argtextobj.vim' " arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue