mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
Update doc
This commit is contained in:
parent
9ad6274870
commit
c8dfcc4745
@ -91,6 +91,9 @@ description: "General documentation about how to using SpaceVim, including the q
|
||||
- [Multi-Encodings](#multi-encodings)
|
||||
- [Errors handling](#errors-handling)
|
||||
- [Managing projects](#managing-projects)
|
||||
- [EditorConfig](#editorconfig)
|
||||
- [Vim Server](#vim-server)
|
||||
- [Connecting to the Vim server](#connecting-to-the-vim-server)
|
||||
- [Achievements](#achievements)
|
||||
- [issues](#issues)
|
||||
- [Stars, forks and watchers](#stars-forks-and-watchers)
|
||||
@ -1337,6 +1340,29 @@ project manager commands start with `p`:
|
||||
| ----------- | ----------------------------------------------------- |
|
||||
| `SPC p '` | open a shell in project’s root (with the shell layer) |
|
||||
|
||||
|
||||
## EditorConfig
|
||||
|
||||
SpaceVim has support for [EditorConfig](http://editorconfig.org/), a configuration file to “define and maintain consistent coding styles between different editors and IDEs.”
|
||||
|
||||
To customize your editorconfig experience, read the [editorconfig-vim package’s documentation](https://github.com/editorconfig/editorconfig-vim/blob/master/README.md).
|
||||
|
||||
## Vim Server
|
||||
|
||||
SpaceVim starts a server at launch. This server is killed whenever you close your Vim windows.
|
||||
|
||||
### Connecting to the Vim server
|
||||
|
||||
If you are using neovim, you need to install [neovim-remote](https://github.com/mhinz/neovim-remote), then add this to your bashrc.
|
||||
|
||||
```
|
||||
export PATH=$PATH:$HOME/.SpaceVim/bin
|
||||
```
|
||||
|
||||
Use `svc` to open a file in the existing Vim server.
|
||||
|
||||

|
||||
|
||||
<!-- SpaceVim Achievements start -->
|
||||
## Achievements
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user