mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 14:20:06 +08:00
Merge branch 'dev' of https://github.com/SpaceVim/SpaceVim into add_tmux
This commit is contained in:
commit
cbac0303ee
@ -19,10 +19,10 @@
|
|||||||
- [c/c++ support](#cc-support)
|
- [c/c++ support](#cc-support)
|
||||||
- [python support](#python-support)
|
- [python support](#python-support)
|
||||||
- [go support](#go-support)
|
- [go support](#go-support)
|
||||||
- rust support
|
|
||||||
- php support
|
|
||||||
- perl support
|
|
||||||
- lua support
|
- lua support
|
||||||
|
- perl support
|
||||||
|
- php support
|
||||||
|
- rust support
|
||||||
- [Unite centric work-flow](#unite-centric-work-flow)
|
- [Unite centric work-flow](#unite-centric-work-flow)
|
||||||
- [Neovim centric - Dark powered mode](#neovim-centric---dark-powered-mode-of-spacevim)
|
- [Neovim centric - Dark powered mode](#neovim-centric---dark-powered-mode-of-spacevim)
|
||||||
- [multiple leader mode](#multiple-leader-mode)
|
- [multiple leader mode](#multiple-leader-mode)
|
||||||
|
@ -10,6 +10,15 @@
|
|||||||
"
|
"
|
||||||
" The following colorschemes are include in SpaceVim. If the colorscheme you
|
" The following colorschemes are include in SpaceVim. If the colorscheme you
|
||||||
" want is not included in the list below, a PR is welcome.
|
" want is not included in the list below, a PR is welcome.
|
||||||
|
"
|
||||||
|
" Also, there's one thing which everyone should know and pay attention to.
|
||||||
|
" NOT all of below colorschemes support spell check very well. For example,
|
||||||
|
" a colorscheme called atom doesn't support atom very well.
|
||||||
|
"
|
||||||
|
" SpaceVim is not gonna fix them since these should be in charge of each author.
|
||||||
|
" You can see a list which has no support of spell check in here:
|
||||||
|
" https://github.com/SpaceVim/SpaceVim/issues/209#issuecomment-280545818
|
||||||
|
"
|
||||||
" >
|
" >
|
||||||
" anderson
|
" anderson
|
||||||
" apprentice
|
" apprentice
|
||||||
@ -138,7 +147,7 @@ function! SpaceVim#layers#colorscheme#plugins() abort
|
|||||||
\ ['nanotech/jellybeans.vim'],
|
\ ['nanotech/jellybeans.vim'],
|
||||||
\ ['mhartington/oceanic-next'],
|
\ ['mhartington/oceanic-next'],
|
||||||
\ ['mhinz/vim-janah'],
|
\ ['mhinz/vim-janah'],
|
||||||
\ ['tomasr/molokai'],
|
\ ['Gabirel/molokai'],
|
||||||
\ ['kabbamine/yowish.vim'],
|
\ ['kabbamine/yowish.vim'],
|
||||||
\ ['vim-scripts/wombat256.vim'],
|
\ ['vim-scripts/wombat256.vim'],
|
||||||
\ ['vim-scripts/twilight256.vim'],
|
\ ['vim-scripts/twilight256.vim'],
|
||||||
|
@ -309,6 +309,16 @@ to your `~/.SpaceVim/init.vim`.
|
|||||||
|
|
||||||
The following colorschemes are include in SpaceVim. If the colorscheme you
|
The following colorschemes are include in SpaceVim. If the colorscheme you
|
||||||
want is not included in the list below, a PR is welcome.
|
want is not included in the list below, a PR is welcome.
|
||||||
|
|
||||||
|
Also, there's one thing which everyone should know and pay attention to. NOT
|
||||||
|
all of below colorschemes support spell check very well. For example, a
|
||||||
|
colorscheme called atom doesn't support atom very well.
|
||||||
|
|
||||||
|
SpaceVim is not gonna fix them since these should be in charge of each author.
|
||||||
|
You can see a list which has no support of spell check in here:
|
||||||
|
https://github.com/SpaceVim/SpaceVim/issues/209#issuecomment-280545818
|
||||||
|
|
||||||
|
|
||||||
>
|
>
|
||||||
anderson
|
anderson
|
||||||
apprentice
|
apprentice
|
||||||
|
Loading…
Reference in New Issue
Block a user