Skip to content

Commit

Permalink
Merge pull request #14 from himkt/cleanup-neovim-packages
Browse files Browse the repository at this point in the history
Remove some packages used in NeoVim
  • Loading branch information
himkt authored Feb 16, 2019
2 parents 336c110 + 0bd1f03 commit f133ddc
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions config/confign.tiny.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,32 @@
call plug#begin('~/.config/nvim/plugged')

Plug 'Shougo/denite.nvim'
Plug 'Shougo/vimproc.vim', {'do': 'make'}
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'Shougo/neosnippet.vim'
Plug 'Shougo/neosnippet-snippets'

Plug 'autozimu/LanguageClient-neovim', {'branch': 'next', 'do': 'bash install.sh'}

Plug 'scrooloose/nerdtree'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'

Plug 'junegunn/seoul256.vim'

Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'

Plug 'scrooloose/nerdtree'
Plug 'scrooloose/syntastic'
Plug 'godlygeek/tabular'
Plug 'majutsushi/tagbar'
Plug 'osyo-manga/vim-anzu'
Plug 'tomtom/tcomment_vim'
Plug 'bronson/vim-trailing-whitespace'
Plug 'nathanaelkane/vim-indent-guides'

" rich search
Plug 'haya14busa/incsearch.vim'
Plug 't9md/vim-quickhl'
Plug 'osyo-manga/vim-over'
Plug 'osyo-manga/vim-anzu'

" language supports
Plug 'sheerun/vim-polyglot'
Plug 'octol/vim-cpp-enhanced-highlight'
Plug 'vim-ruby/vim-ruby'
Plug 'tpope/vim-rails'
Plug 'rust-lang/rust.vim'
Plug 'lervag/vimtex'

" python specific
Plug 'hynek/vim-python-pep8-indent'
Plug 'tell-k/vim-autopep8'

Expand Down

0 comments on commit f133ddc

Please sign in to comment.