mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 12:50:04 +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
|
||||
let plugins = []
|
||||
if has('nvim')
|
||||
|
@ -16,6 +16,7 @@ CONTENTS *SpaceVim-contents*
|
||||
7. lang#python..............................|SpaceVim-layer-lang-python|
|
||||
8. lang#rust..................................|SpaceVim-layer-lang-rust|
|
||||
9. lang#xml....................................|SpaceVim-layer-lang-xml|
|
||||
10. shell.........................................|SpaceVim-layer-shell|
|
||||
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
|
||||
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*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user