mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
Add dark powerd mode
This commit is contained in:
parent
b18671e3ed
commit
5af360c5e6
10
README.md
10
README.md
@ -20,6 +20,7 @@
|
|||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
- [Linux/Mac](#linuxmac)
|
- [Linux/Mac](#linuxmac)
|
||||||
- [Windows support](#windows-support)
|
- [Windows support](#windows-support)
|
||||||
|
- [File Structure](#file-structure)
|
||||||
- Features
|
- Features
|
||||||
- Neovim-centric
|
- Neovim-centric
|
||||||
- [Modular configuration](#modular-configuration)
|
- [Modular configuration](#modular-configuration)
|
||||||
@ -56,7 +57,7 @@ For learning about Vim in general, read [vim-galore](https://github.com/mhinz/vi
|
|||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
#### Linux/Mac
|
##### Linux/Mac
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -sLf https://spacevim.org/install.sh | bash
|
curl -sLf https://spacevim.org/install.sh | bash
|
||||||
@ -110,7 +111,12 @@ git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
|
|||||||
- [init.vim](./init.vim) - Sources `config/main.vim`
|
- [init.vim](./init.vim) - Sources `config/main.vim`
|
||||||
- [vimrc](./vimrc) - Sources `config/main.vim`
|
- [vimrc](./vimrc) - Sources `config/main.vim`
|
||||||
|
|
||||||
#### Modular configuration
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
##### Neovim centric - Dark powered mode of SpaceVim.
|
||||||
|
|
||||||
|
##### Modular configuration
|
||||||
|
|
||||||
- SpaceVim will load custom configuration from `~/.local.vim` and `.local.vim` in current directory.
|
- SpaceVim will load custom configuration from `~/.local.vim` and `.local.vim` in current directory.
|
||||||
- SpaceVim support `~/.SpaceVim.d/init.vim` and `./SpaceVim.d/init.vim`.
|
- SpaceVim support `~/.SpaceVim.d/init.vim` and `./SpaceVim.d/init.vim`.
|
||||||
|
Loading…
Reference in New Issue
Block a user