Remove extra plugins to speed up vim
This commit is contained in:
parent
5c50dbbbe0
commit
30987e8363
10
vim/vimrc
10
vim/vimrc
@ -268,13 +268,13 @@ endif
|
|||||||
"File browser | https://github.com/scrooloose/nerdtree
|
"File browser | https://github.com/scrooloose/nerdtree
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-easymotion'
|
Plug 'https://austenwares.com/gitea/vim/vim-easymotion'
|
||||||
"Move around quickly in a document | https://github.com/Lokaltog/vim-easymotion
|
"Move around quickly in a document | https://github.com/Lokaltog/vim-easymotion
|
||||||
Plug 'https://austenwares.com/gitea/vim/gundo.vim', { 'on': 'GundoToggle' }
|
"Plug 'https://austenwares.com/gitea/vim/gundo.vim', { 'on': 'GundoToggle' }
|
||||||
"Visual undo | https://github.com/sjl/gundo.vim
|
"Visual undo | https://github.com/sjl/gundo.vim
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-exchange'
|
Plug 'https://austenwares.com/gitea/vim/vim-exchange'
|
||||||
"Exchange two selections of text | https://github.com/tommcdo/vim-exchange
|
"Exchange two selections of text | https://github.com/tommcdo/vim-exchange
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-repeat'
|
Plug 'https://austenwares.com/gitea/vim/vim-repeat'
|
||||||
"Repeat last tpope command with . | https://github.com/tpope/vim-repeat
|
"Repeat last tpope command with . | https://github.com/tpope/vim-repeat
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-fugitive', { 'on': ['Gstatus','Gcommit'] }
|
"Plug 'https://austenwares.com/gitea/vim/vim-fugitive', { 'on': ['Gstatus','Gcommit', 'Gwrite', 'Git'] }
|
||||||
"Great Vim-Git compatibility | https://github.com/tpope/vim-fugitive
|
"Great Vim-Git compatibility | https://github.com/tpope/vim-fugitive
|
||||||
Plug 'https://austenwares.com/gitea/vim/ctrlp.vim'
|
Plug 'https://austenwares.com/gitea/vim/ctrlp.vim'
|
||||||
"Fuzzy file search | https://github.com/kien/ctrlp.vim
|
"Fuzzy file search | https://github.com/kien/ctrlp.vim
|
||||||
@ -292,15 +292,15 @@ endif
|
|||||||
"Automatic pairs | https://github.com/jiangmiao/auto-pairs
|
"Automatic pairs | https://github.com/jiangmiao/auto-pairs
|
||||||
Plug 'https://austenwares.com/gitea/vim/YouCompleteMe'
|
Plug 'https://austenwares.com/gitea/vim/YouCompleteMe'
|
||||||
"Autocompletion | https://github.com/Valloric/YouCompleteMe
|
"Autocompletion | https://github.com/Valloric/YouCompleteMe
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-java-getset.git'
|
"Plug 'https://austenwares.com/gitea/vim/vim-java-getset.git'
|
||||||
"Java getters and setters| https://austenwares.com/gitea/vim/vim-java-getset.git
|
"Java getters and setters| https://austenwares.com/gitea/vim/vim-java-getset.git
|
||||||
Plug 'https://austenwares.com/gitea/vim/double-tap.git'
|
Plug 'https://austenwares.com/gitea/vim/double-tap.git'
|
||||||
"Double tap for comments
|
"Double tap for comments
|
||||||
" }
|
" }
|
||||||
" Style {
|
" Style {
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-indent-guides'
|
"Plug 'https://austenwares.com/gitea/vim/vim-indent-guides'
|
||||||
"Indentation guides | https://github.com/nathanaelkane/vim-indent-guides
|
"Indentation guides | https://github.com/nathanaelkane/vim-indent-guides
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-airline'
|
"Plug 'https://austenwares.com/gitea/vim/vim-airline'
|
||||||
"Bottom status bar | https://github.com/bling/vim-airline
|
"Bottom status bar | https://github.com/bling/vim-airline
|
||||||
Plug 'https://austenwares.com/gitea/vim/vim-colors'
|
Plug 'https://austenwares.com/gitea/vim/vim-colors'
|
||||||
"Theme pack | https://github.com/spf13/vim-colors
|
"Theme pack | https://github.com/spf13/vim-colors
|
||||||
|
Loading…
Reference in New Issue
Block a user