mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 01:27:53 +08:00
Add shell layer
This commit is contained in:
parent
520f9effba
commit
b0cc4bd876
@ -1,3 +1,9 @@
|
|||||||
|
""
|
||||||
|
" @section shell, layer-shell
|
||||||
|
" @parentsection layers
|
||||||
|
" SpaceVim use deol.nvim for shell support in neovim, and use vimshell for
|
||||||
|
" vim. for info, read |deol| and |vimshell|.
|
||||||
|
|
||||||
function! SpaceVim#layers#shell#plugins() abort
|
function! SpaceVim#layers#shell#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
|
@ -16,6 +16,7 @@ CONTENTS *SpaceVim-contents*
|
|||||||
7. lang#python..............................|SpaceVim-layer-lang-python|
|
7. lang#python..............................|SpaceVim-layer-lang-python|
|
||||||
8. lang#rust..................................|SpaceVim-layer-lang-rust|
|
8. lang#rust..................................|SpaceVim-layer-lang-rust|
|
||||||
9. lang#xml....................................|SpaceVim-layer-lang-xml|
|
9. lang#xml....................................|SpaceVim-layer-lang-xml|
|
||||||
|
10. shell.........................................|SpaceVim-layer-shell|
|
||||||
5. FAQ........................................................|SpaceVim-faq|
|
5. FAQ........................................................|SpaceVim-faq|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
@ -542,6 +543,12 @@ when edite an xml file, the omni func is `xmlcomplete#CompleteTags`, you can
|
|||||||
read the document in `autoload/xmlcomplete.vim` in vim or neovim runtime
|
read the document in `autoload/xmlcomplete.vim` in vim or neovim runtime
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
SHELL *SpaceVim-layer-shell*
|
||||||
|
|
||||||
|
SpaceVim use deol.nvim for shell support in neovim, and use vimshell for vim.
|
||||||
|
for info, read |deol| and |vimshell|.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
FAQ *SpaceVim-faq*
|
FAQ *SpaceVim-faq*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user