mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:40:06 +08:00
Fix type
This commit is contained in:
parent
e91023c71d
commit
291e4c6941
@ -4,18 +4,31 @@ I am a vimer and a java developer. Here are some useful plugins for developing j
|
|||||||
|
|
||||||
## Project manager
|
## Project manager
|
||||||
1. [unite](https://github.com/Shougo/unite.vim) - file and code fuzzy founder.
|
1. [unite](https://github.com/Shougo/unite.vim) - file and code fuzzy founder.
|
||||||
|
|
||||||
|
The unite or unite.vim plug-in can search and display information from arbitrary sources like files, buffers, recently used files or registers. You can run several pre-defined actions on a target displayed in the unite window.
|
||||||
|
|
||||||
|
The difference between unite and similar plug-ins like fuzzyfinder, ctrl-p or ku is that unite provides an integration interface for several sources and you can create new interfaces using unite.
|
||||||
|
|
||||||
|
![](https://s3.amazonaws.com/github-csexton/unite-01.gif)
|
||||||
|
|
||||||
2. [vimfiler](https://github.com/Shougo/vimfiler.vim) - A powerful file explorer implemented in Vim script
|
2. [vimfiler](https://github.com/Shougo/vimfiler.vim) - A powerful file explorer implemented in Vim script
|
||||||
|
|
||||||
|
![2017-02-01_1360x721](https://cloud.githubusercontent.com/assets/13142418/22506638/84705532-e8bc-11e6-8b72-edbdaf08426b.png)
|
||||||
|
|
||||||
## Code formatting
|
## Code formatting
|
||||||
|
|
||||||
1. [neoformat](https://github.com/sbdchd/neoformat) - A (Neo)vim plugin for formatting code.
|
1. [neoformat](https://github.com/sbdchd/neoformat) - A (Neo)vim plugin for formatting code.
|
||||||
|
|
||||||
## Code completion
|
## Code completion
|
||||||
|
|
||||||
1. [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2) - Updated javacomplete plugin for vim
|
1. [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2) - Updated javacomplete plugin for vim
|
||||||
|
|
||||||
Demo
|
Demo
|
||||||
|
|
||||||
![vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2/raw/master/doc/demo.gif)
|
![vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2/raw/master/doc/demo.gif)
|
||||||
|
|
||||||
Generics demo
|
Generics demo
|
||||||
|
|
||||||
![vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2/raw/master/doc/generics_demo.gif)
|
![vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2/raw/master/doc/generics_demo.gif)
|
||||||
|
|
||||||
## Syntax lint
|
## Syntax lint
|
||||||
|
Loading…
Reference in New Issue
Block a user