mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 17:05:42 +08:00
Update language readme
This commit is contained in:
parent
aba1b91213
commit
7908d6b726
43
README.md
43
README.md
@ -22,14 +22,21 @@
|
|||||||
- [Windows support](#windows-support)
|
- [Windows support](#windows-support)
|
||||||
- [File Structure](#file-structure)
|
- [File Structure](#file-structure)
|
||||||
- Features
|
- Features
|
||||||
- [Neovim centric - Dark powered mode](#neovim-centric---dark-powered-mode-of-spacevim)
|
|
||||||
- [Modular configuration](#modular-configuration)
|
|
||||||
- [multiple leader mode](#multiple-leader-mode)
|
|
||||||
- Lazy-load 90% of plugins with [dein.vim]
|
|
||||||
- Robust, yet light weight
|
|
||||||
- [Unite centric work-flow](#unite-centric-work-flow)
|
|
||||||
- [Awesome ui](#awesome-ui)
|
- [Awesome ui](#awesome-ui)
|
||||||
- [Language specific mode](#language-specific-mode)
|
- [Language specific mode](#language-specific-mode)
|
||||||
|
- c/c++ support
|
||||||
|
- go support
|
||||||
|
- rust support
|
||||||
|
- php support
|
||||||
|
- python support
|
||||||
|
- perl support
|
||||||
|
- lua support
|
||||||
|
- [Unite centric work-flow](#unite-centric-work-flow)
|
||||||
|
- [Neovim centric - Dark powered mode](#neovim-centric---dark-powered-mode-of-spacevim)
|
||||||
|
- [multiple leader mode](#multiple-leader-mode)
|
||||||
|
- [Modular configuration](#modular-configuration)
|
||||||
|
- Lazy-load 90% of plugins with [dein.vim]
|
||||||
|
- Robust, yet light weight
|
||||||
- Extensive Neocomplete setup
|
- Extensive Neocomplete setup
|
||||||
- Central location for tags
|
- Central location for tags
|
||||||
- Lightweight simple status/tabline
|
- Lightweight simple status/tabline
|
||||||
@ -114,6 +121,18 @@ git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
|
|||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
|
##### Awesome ui
|
||||||
|
|
||||||
|
- outline + filemanager + checker
|
||||||
|

|
||||||
|
|
||||||
|
##### Language specific mode
|
||||||
|
|
||||||
|
###### c/c++ support
|
||||||
|
|
||||||
|
1. code completion:
|
||||||
|
2. syntax check:
|
||||||
|
|
||||||
##### Neovim centric - Dark powered mode of SpaceVim.
|
##### Neovim centric - Dark powered mode of SpaceVim.
|
||||||
|
|
||||||
By default, SpaceVim use these dark powered plugins:
|
By default, SpaceVim use these dark powered plugins:
|
||||||
@ -196,18 +215,6 @@ Unite work flow leader can only be used in normal mode. Unite leader need unite
|
|||||||
- List all the starred repos in github.com, fuzzy find and open the website of the repo. default key is `<leader>ls`
|
- List all the starred repos in github.com, fuzzy find and open the website of the repo. default key is `<leader>ls`
|
||||||

|

|
||||||
|
|
||||||
#### Awesome ui
|
|
||||||
- outline + filemanager + checker
|
|
||||||

|
|
||||||
|
|
||||||
#### Language specific mode
|
|
||||||
- java
|
|
||||||
- viml
|
|
||||||
- rust
|
|
||||||
- php
|
|
||||||
- c/c++
|
|
||||||
- js
|
|
||||||
- python
|
|
||||||
|
|
||||||
|
|
||||||
#### Plugin Highlights
|
#### Plugin Highlights
|
||||||
|
Loading…
x
Reference in New Issue
Block a user