Skip to content

Commit

Permalink
chore(plugins): update list
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGueunet committed Dec 11, 2018
1 parent 02b342f commit df570f5
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ To learn Vimmic, the help pages are your firends, but you can also use the
Visual Shortcut panel. (Summon by pressin three times `{leader}`)

![Vimmic code](http://charles.gueunet.fr/doc/vim/Vimmic_completion.png)
For code development, the left window shows an error (`t` is not printable) reported on the editor
line 15. The right window shows the clever completion (Ctrl-x x).
For code development, the left window shows an error (`v` is not printable) reported on the editor
line 15. The right window shows the clever completion (Ctrl-x x or Ctrl-space).


__Inspiration__
Expand Down Expand Up @@ -203,60 +203,60 @@ __Plugins__

Plugins and configurations included by default (lots of them are lazily/conditionally loaded):

['AndrewRadev/sideways.vim'](https://github.com/AndrewRadev/sideways.vim)
['AndrewRadev/switch.vim'](https://github.com/AndrewRadev/switch.vim)
['CharlesGueunet/VimFilify'](https://github.com/CharlesGueunet/VimFilify)
['CharlesGueunet/quickmenu.vim'](https://github.com/CharlesGueunet/quickmenu.vim)
['GuillaumeFavelier/vim-snipmate-snippets'](https://github.com/GuillaumeFavelier/vim-snipmate-snippets)
['Lokaltog/vim-easymotion'](https://github.com/Lokaltog/vim-easymotion)
['MarcWeber/vim-addon-mw-utils'](https://github.com/MarcWeber/vim-addon-mw-utils)
['Raimondi/delimitMate'](https://github.com/Raimondi/delimitMate)
['Shougo/dein.vim'](https://github.com/Shougo/dein.vim)
['airblade/vim-gitgutter'](https://github.com/airblade/vim-gitgutter)
['andviro/flake8-vim'](https://github.com/andviro/flake8-vim)
['andymass/vim-matchup'](https://github.com/andymass/vim-matchup)
['andymass/vim-tradewinds'](https://github.com/andymass/vim-tradewinds)
['cespare/vim-toml'](https://github.com/cespare/vim-toml)
['ctrlpvim/ctrlp.vim'](https://github.com/ctrlpvim/ctrlp.vim)
['davidhalter/jedi-vim'](https://github.com/davidhalter/jedi-vim)
['fatih/vim-go'](https://github.com/fatih/vim-go)
['garbas/vim-snipmate'](https://github.com/garbas/vim-snipmate)
['glts/vim-textobj-comment'](https://github.com/glts/vim-textobj-comment)
['google/vim-searchindex'](https://github.com/google/vim-searchindex)
['honza/vim-snippets'](https://github.com/honza/vim-snippets)
['ilyachur/cmake4vim'](https://github.com/ilyachur/cmake4vim)
['joereynolds/place.vim'](https://github.com/joereynolds/place.vim)
['junegunn/vim-peekaboo'](https://github.com/junegunn/vim-peekaboo)
['justmao945/vim-clang'](https://github.com/justmao945/vim-clang)
['kana/vim-textobj-entire'](https://github.com/kana/vim-textobj-entire)
['kana/vim-textobj-indent'](https://github.com/kana/vim-textobj-indent)
['kana/vim-textobj-user'](https://github.com/kana/vim-textobj-user)
['kien/rainbow_parentheses.vim'](https://github.com/kien/rainbow_parentheses.vim)
['kshenoy/vim-signature'](https://github.com/kshenoy/vim-signature)
['lervag/vimtex'](https://github.com/lervag/vimtex)
['lifepillar/vim-mucomplete'](https://github.com/lifepillar/vim-mucomplete)
['machakann/vim-highlightedyank'](https://github.com/machakann/vim-highlightedyank)
['majutsushi/tagbar'](https://github.com/majutsushi/tagbar)
['markonm/traces.vim'](https://github.com/markonm/traces.vim)
['mbbill/undotree'](https://github.com/mbbill/undotree)
['mhinz/vim-startify'](https://github.com/mhinz/vim-startify)
['myusuf3/numbers.vim'](https://github.com/myusuf3/numbers.vim)
['nickhutchinson/vim-cmake-syntax'](https://github.com/nickhutchinson/vim-cmake-syntax)
['octol/vim-cpp-enhanced-highlight'](https://github.com/octol/vim-cpp-enhanced-highlight)
['plasticboy/vim-markdown'](https://github.com/plasticboy/vim-markdown)
['richq/vim-cmake-completion'](https://github.com/richq/vim-cmake-completion)
['scrooloose/nerdtree'](https://github.com/scrooloose/nerdtree)
['sgur/vim-textobj-parameter'](https://github.com/sgur/vim-textobj-parameter)
['sukima/xmledit'](https://github.com/sukima/xmledit)
['t9md/vim-choosewin'](https://github.com/t9md/vim-choosewin)
['tommcdo/vim-lion'](https://github.com/tommcdo/vim-lion)
['tomtom/tlib_vim'](https://github.com/tomtom/tlib_vim)
['tpope/vim-commentary'](https://github.com/tpope/vim-commentary)
['tpope/vim-dispatch'](https://github.com/tpope/vim-dispatch)
['tpope/vim-repeat'](https://github.com/tpope/vim-repeat)
['tpope/vim-surround'](https://github.com/tpope/vim-surround)
['vim-scripts/YankRing.vim'](https://github.com/vim-scripts/YankRing.vim)
['w0rp/ale'](https://github.com/w0rp/ale)
['AndrewRadev/sideways.vim'](https://github.com/AndrewRadev/sideways.vim)
['AndrewRadev/switch.vim'](https://github.com/AndrewRadev/switch.vim)
['CharlesGueunet/VimFilify'](https://github.com/CharlesGueunet/VimFilify)
['CharlesGueunet/quickmenu.vim'](https://github.com/CharlesGueunet/quickmenu.vim)
['GuillaumeFavelier/vim-snipmate-snippets'](https://github.com/GuillaumeFavelier/vim-snipmate-snippets)
['Lokaltog/vim-easymotion'](https://github.com/Lokaltog/vim-easymotion)
['MarcWeber/vim-addon-mw-utils'](https://github.com/MarcWeber/vim-addon-mw-utils)
['Raimondi/delimitMate'](https://github.com/Raimondi/delimitMate)
['Shougo/dein.vim'](https://github.com/Shougo/dein.vim)
['airblade/vim-gitgutter'](https://github.com/airblade/vim-gitgutter)
['andviro/flake8-vim'](https://github.com/andviro/flake8-vim)
['andymass/vim-matchup'](https://github.com/andymass/vim-matchup)
['andymass/vim-tradewinds'](https://github.com/andymass/vim-tradewinds)
['cespare/vim-toml'](https://github.com/cespare/vim-toml)
['ctrlpvim/ctrlp.vim'](https://github.com/ctrlpvim/ctrlp.vim)
['davidhalter/jedi-vim'](https://github.com/davidhalter/jedi-vim)
['fatih/vim-go'](https://github.com/fatih/vim-go)
['garbas/vim-snipmate'](https://github.com/garbas/vim-snipmate)
['glts/vim-textobj-comment'](https://github.com/glts/vim-textobj-comment)
['google/vim-searchindex'](https://github.com/google/vim-searchindex)
['honza/vim-snippets'](https://github.com/honza/vim-snippets)
['ilyachur/cmake4vim'](https://github.com/ilyachur/cmake4vim)
['joereynolds/place.vim'](https://github.com/joereynolds/place.vim)
['junegunn/vim-peekaboo'](https://github.com/junegunn/vim-peekaboo)
['justmao945/vim-clang'](https://github.com/justmao945/vim-clang)
['kana/vim-textobj-entire'](https://github.com/kana/vim-textobj-entire)
['kana/vim-textobj-indent'](https://github.com/kana/vim-textobj-indent)
['kana/vim-textobj-user'](https://github.com/kana/vim-textobj-user)
['kien/rainbow_parentheses.vim'](https://github.com/kien/rainbow_parentheses.vim)
['kshenoy/vim-signature'](https://github.com/kshenoy/vim-signature)
['lervag/vimtex'](https://github.com/lervag/vimtex)
['lifepillar/vim-mucomplete'](https://github.com/lifepillar/vim-mucomplete)
['machakann/vim-highlightedyank'](https://github.com/machakann/vim-highlightedyank)
['majutsushi/tagbar'](https://github.com/majutsushi/tagbar)
['markonm/traces.vim'](https://github.com/markonm/traces.vim)
['mbbill/undotree'](https://github.com/mbbill/undotree)
['mhinz/vim-startify'](https://github.com/mhinz/vim-startify)
['myusuf3/numbers.vim'](https://github.com/myusuf3/numbers.vim)
['nickhutchinson/vim-cmake-syntax'](https://github.com/nickhutchinson/vim-cmake-syntax)
['octol/vim-cpp-enhanced-highlight'](https://github.com/octol/vim-cpp-enhanced-highlight)
['plasticboy/vim-markdown'](https://github.com/plasticboy/vim-markdown)
['richq/vim-cmake-completion'](https://github.com/richq/vim-cmake-completion)
['scrooloose/nerdtree'](https://github.com/scrooloose/nerdtree)
['sgur/vim-textobj-parameter'](https://github.com/sgur/vim-textobj-parameter)
['sukima/xmledit'](https://github.com/sukima/xmledit)
['t9md/vim-choosewin'](https://github.com/t9md/vim-choosewin)
['tommcdo/vim-lion'](https://github.com/tommcdo/vim-lion)
['tomtom/tlib_vim'](https://github.com/tomtom/tlib_vim)
['tpope/vim-commentary'](https://github.com/tpope/vim-commentary)
['tpope/vim-dispatch'](https://github.com/tpope/vim-dispatch)
['tpope/vim-repeat'](https://github.com/tpope/vim-repeat)
['tpope/vim-surround'](https://github.com/tpope/vim-surround)
['vim-scripts/YankRing.vim'](https://github.com/vim-scripts/YankRing.vim)
['w0rp/ale'](https://github.com/w0rp/ale)

__Copyright__
-------------
Expand Down

0 comments on commit df570f5

Please sign in to comment.