mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-11 00:45:42 +08:00
Update readme for unite
This commit is contained in:
parent
1b989712c6
commit
8af9987138
13
README.md
13
README.md
@ -9,7 +9,7 @@ Like spacemacs, but for vim.
|
||||
- [Modular configuration](#modular-configuration)
|
||||
- Lazy-load 90% of plugins with [dein.vim]
|
||||
- Robust, yet light weight
|
||||
- Unite centric work-flow
|
||||
- [Unite centric work-flow](#unite-centric-work-flow)
|
||||
- Extensive Neocomplete setup
|
||||
- Central location for tags
|
||||
- Lightweight simple status/tabline
|
||||
@ -76,6 +76,17 @@ set wildignore+=\*/node_modules/\*
|
||||
set guifont=Wingdings:h10
|
||||
```
|
||||
|
||||
## Unite centric work-flow
|
||||
- List all the plugins has been installed, fuzzy find what you want,
|
||||
default action is open the github website of current plugin. default key is `<leader>lp`
|
||||

|
||||
|
||||
- List all the mappings and description: `f<space>`
|
||||

|
||||
|
||||
- List all the starred repos in github.com, fuzzy find and open the website of the repo. default key is `<leader>ls`
|
||||

|
||||
|
||||
## Plugin Highlights
|
||||
|
||||
- Package management with caching enabled and lazy loading
|
||||
|
@ -196,7 +196,7 @@ fu! s:Opencommit(repo,commit)
|
||||
endf
|
||||
|
||||
fu! UpdateStarredRepos()
|
||||
let repos = githubapi#users#GetStarred('wsdjeg')
|
||||
let repos = github#api#users#GetStarred('wsdjeg')
|
||||
for repo in repos
|
||||
let description = repo.full_name . repeat(' ', 40 - len(repo.full_name)) . repo.description
|
||||
let cmd = "OpenBrowser " . repo.html_url
|
||||
|
Loading…
x
Reference in New Issue
Block a user