mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:00:05 +08:00
Add deo links
This commit is contained in:
parent
5af360c5e6
commit
26a8533dd6
10
README.md
10
README.md
@ -22,7 +22,7 @@
|
||||
- [Windows support](#windows-support)
|
||||
- [File Structure](#file-structure)
|
||||
- Features
|
||||
- Neovim-centric
|
||||
- [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]
|
||||
@ -116,6 +116,14 @@ git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
|
||||
|
||||
##### Neovim centric - Dark powered mode of SpaceVim.
|
||||
|
||||
By defalut, SpaceVim use these dark powered plugins:
|
||||
1. Dark powered asynchronous completion framework for neovim - - [deoplete.nvim](https://github.com/Shougo/deoplete.nvim)
|
||||
2. Dark powered Vim/Neovim plugin manager - - - - - - - - - - - - [dein.vim](https://github.com/Shougo/dein.vim)
|
||||
TODO:
|
||||
1. Dark powered file explorer - - - - - - - - - - - - - - - - - - [defx.nvim](https://github.com/Shougo/defx.nvim)
|
||||
2. Dark powered snippet plugin - - - - - - - - - - - - - - - - - [deoppet.nvim](https://github.com/Shougo/deoppet.nvim)
|
||||
3. Dark powered asynchronous unite all interfaces for Neovim/Vim8 [denite.nvim](https://github.com/Shougo/denite.nvim)
|
||||
|
||||
##### Modular configuration
|
||||
|
||||
- SpaceVim will load custom configuration from `~/.local.vim` and `.local.vim` in current directory.
|
||||
|
Loading…
Reference in New Issue
Block a user