amgsk / vimrc

vim conifg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vimrc

This vimrc file that contains a minimum of plug-ins.

Installation

  1. Install Vim-plug
    vim-plug
    This vimrc using vim-plug(plugin manager).

  2. Clone Clone This Repo.

$ git clone https://github.com/kamiya555/vimrc
$ cd vimrc
$ mv .vimrc ~
  1. To start the Vim And please run the command.
    :PlugInstall Contained plug-ins are installed. Then, restart the vim.

Plugins

The following plug-in contains.

  1. scrooloose/nerdtree
  2. scrooloose/nerdcommenter
  3. ctrlpvim/ctrlp.vim
  4. vim-airline/vim-airline
  5. vim-airline/vim-airline-themes
  6. haya14busa/incsearch.vim
  7. flazz/vim-colorschemes
  8. drmikehenry/vim-fontsize
  9. terryma/vim-expand-region
  10. adonis0147/prettyGuides
  11. terryma/vim-multiple-cursors
  12. mhinz/vim-startify
  13. kana/vim-submode
  14. tpope/vim-surround
  15. easymotion/vim-easymotion
  16. junegunn/vim-easy-align
  17. kien/rainbow_parentheses.vim
  18. bronson/vim-trailing-whitespace
  19. Shougo/neocomplete.vim
  20. Shougo/neosnippet
  21. Shougo/neosnippet-snippets
  22. mhinz/vim-signify
  23. kshenoy/vim-signature
  24. thinca/vim-zenspace

Thanks to the author of the plug-ins.

About

vim conifg

License:MIT License


Languages

Language:Vim Script 100.0%