Skip to content

Commit

Permalink
Merge pull request #476 from liquidz/dev
Browse files Browse the repository at this point in the history
docs: Add nvim-cmp document and remove nvim-compe document
  • Loading branch information
liquidz committed Mar 25, 2024
2 parents bbe085d + 8378885 commit 8edbbbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Rename symbol
Provided by following external plugins.
- https://github.com/liquidz/vim-iced-coc-source[vim-iced-coc-source] for https://github.com/neoclide/coc.nvim[coc.nvim]
- https://github.com/liquidz/vim-iced-asyncomplete[vim-iced-asyncomplete] for https://github.com/prabirshrestha/asyncomplete.vim[asyncomplete.vim]
- https://github.com/tami5/vim-iced-compe[vim-iced-compe] for https://github.com/hrsh7th/nvim-compe[nvim-compe]
- https://github.com/lamp/cmp-iced[cmp-iced] for https://github.com/hrsh7th/nvim-cmp[nvim-cmp]
Omni completion is provided by default.

|:triangular_ruler:
Expand Down
16 changes: 3 additions & 13 deletions doc/pages/completion.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,7 @@ Plug 'liquidz/vim-iced-coc-source', {'for': 'clojure'}
}
----

==== compe-nvim
==== cmp-iced

https://github.com/hrsh7th/nvim-compe[nvim-compe] is next generation completion plugin for written in lua and vim script for Vim8 and Neovim and
https://github.com/tami5/vim-iced-compe[vim-iced-compe] is a vim-iced plugin to
work with this plugin

To use `vim-iced-compe` add followings to `vim-plug` section in your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim)

[source,vim]
----
Plug 'hrsh7th/nvim-compe'
Plug 'liquidz/vim-iced', {'for': 'clojure'}
Plug 'tami5/vim-iced-compe', {'for': 'clojure'}
----
https://github.com/hrsh7th/nvim-cmp[nvim-cmp] is a completion plugin for neovim coded in Lua,
and https://github.com/lamp/cmp-iced[cmp-iced] is a vim-iced plugin to work with this plugin.

0 comments on commit 8edbbbc

Please sign in to comment.