Skip to content

Commit

Permalink
Merge pull request #495 from rene-descartes2021/update-layer-readmes
Browse files Browse the repository at this point in the history
Update completion readmes
  • Loading branch information
rene-descartes2021 authored Jun 11, 2022
2 parents 9a89591 + aa6f150 commit 9ab50bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion layers/+completion/deoplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@

## Description

This layer adds support for auto-completion in neovim.
This layer adds support for auto-completion.

Shougo/denite.nvim and Shougo/deoplete.nvim are no longer developed by the author. Migration to the Shougo/ddu.vim and Shougo/ddc.vim respective replacements is suggested.

From deoplete-faq:
> * If you use denite.nvim, deoplete will be better than other plugins. Python based.
> * completion-nvim is Lua based plugin for neovim. You cannot use it in Vim8. If you like Lua, you don't use Vim8, and you don't like external dependency, it is a better choice.
> * If you use vim-lsp plugin, you should use asyncomplete.vim instead. Because asyncomplete is created for vim-lsp and it maintained as well.
> * coc.nvim is Node.js based huge plugin. It is not just completion plugin, it is all in one IDE system. It is similar with YouCompleteMe. If you don't like Node.js based plugin or huge plugin base system, you should not choose coc.nvim.
## Install

Expand Down
2 changes: 2 additions & 0 deletions layers/+completion/unite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

This layer adds support for user interface.

Shougo/unite.vim is officially obsolete and is not maintained.

## Install

To use this configuration layer, add it to your `~/.spacevim`.
Expand Down

0 comments on commit 9ab50bb

Please sign in to comment.