mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
cleanup
This commit is contained in:
parent
0ad8ef5fef
commit
121d774995
2 changed files with 35 additions and 27 deletions
58
bundles.vim
58
bundles.vim
|
|
@ -7,38 +7,46 @@ set rtp+=~/.vim/bundle/vundle/
|
|||
call vundle#rc()
|
||||
|
||||
Bundle 'gmarik/vundle'
|
||||
Bundle 'mileszs/ack.vim'
|
||||
Bundle 'vim-scripts/argtextobj.vim'
|
||||
Bundle 'tpope/vim-bundler'
|
||||
Bundle 'kchmck/vim-coffee-script'
|
||||
|
||||
Bundle 'altercation/vim-colors-solarized'
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
Bundle 'Raimondi/delimitMate'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-eunuch'
|
||||
"Bundle 'Lokaltog/vim-distinguished'
|
||||
"Bundle 'jnurmine/Zenburn'
|
||||
|
||||
Bundle 'tpope/vim-bundler'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'mileszs/ack.vim'
|
||||
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
"Bundle 'Lokaltog/vim-powerline'
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
"Bundle 'ervandew/supertab'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
"Bundle 'majutsushi/tagbar'
|
||||
|
||||
Bundle 'kchmck/vim-coffee-script'
|
||||
Bundle 'vim-scripts/glsl.vim'
|
||||
Bundle 'jnwhiteh/vim-golang'
|
||||
Bundle 'michaeljsmith/vim-indent-object'
|
||||
Bundle 'groenewege/vim-less'
|
||||
Bundle 'gkz/vim-ls'
|
||||
"Bundle 'gkz/vim-ls'
|
||||
Bundle 'tpope/vim-markdown'
|
||||
Bundle 'edsono/vim-matchit'
|
||||
Bundle 'scrooloose/nerdcommenter'
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
Bundle 'Lokaltog/vim-powerline'
|
||||
Bundle 'tpope/vim-ragtag'
|
||||
Bundle 'tpope/vim-repeat'
|
||||
Bundle 'tpope/vim-speeddating'
|
||||
Bundle 'ervandew/supertab'
|
||||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
Bundle 'majutsushi/tagbar'
|
||||
Bundle 'timcharper/textile.vim'
|
||||
Bundle 'jnurmine/Zenburn'
|
||||
Bundle 'mattn/zencoding-vim'
|
||||
Bundle 'Lokaltog/vim-distinguished'
|
||||
"Bundle 'timcharper/textile.vim'
|
||||
Bundle 'slim-template/vim-slim'
|
||||
Bundle 'jboyens/vim-protobuf'
|
||||
Bundle 'dag/vim-fish'
|
||||
|
||||
Bundle 'vim-scripts/argtextobj.vim'
|
||||
Bundle 'michaeljsmith/vim-indent-object'
|
||||
|
||||
Bundle 'tpope/vim-repeat'
|
||||
Bundle 'tpope/vim-surround'
|
||||
"Bundle 'tpope/vim-ragtag'
|
||||
"Bundle 'tpope/vim-speeddating'
|
||||
"Bundle 'mattn/zencoding-vim'
|
||||
"Bundle 'scrooloose/nerdcommenter'
|
||||
"Bundle 'Raimondi/delimitMate'
|
||||
"Bundle 'edsono/vim-matchit'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-eunuch'
|
||||
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
|
|
|
|||
4
vimrc
4
vimrc
|
|
@ -127,8 +127,8 @@ let g:rubycomplete_classes_in_global = 1
|
|||
set completeopt+=longest
|
||||
|
||||
"TagBar
|
||||
let g:tagbar_usearrows = 1
|
||||
nnoremap <leader>l :TagbarToggle<CR>
|
||||
"let g:tagbar_usearrows = 1
|
||||
"nnoremap <leader>l :TagbarToggle<CR>
|
||||
|
||||
|
||||
"xterm control+arrows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue