mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:40:05 +08:00
981 B
981 B
title |
---|
SpaceVim autocomplete layer |
SpaceVim Layers: autocomplete
Description
This layer provides auto-completion to SpaceVim.
The following completion engines are supported:
- neocomplete - vim with
+lua
- neocomplcache - vim without
+lua
- deoplete - neovim with
+python3
- YouCompleteMe - disabled by default, to enable ycm, see
:h g:spacevim_enable_ycm
Snippets are supported via neosnippet.
Install
To use this configuration layer, add it to your custom configuration file.
call SpaceVim#layers#load('autocomplete')