Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiphish/completion-nvim-vlime
[Mirror] Vlime source for completion-nvim, adds Common Lisp completion
https://github.com/hiphish/completion-nvim-vlime
common-lisp completion neovim-plugin
Last synced: 12 days ago
JSON representation
[Mirror] Vlime source for completion-nvim, adds Common Lisp completion
- Host: GitHub
- URL: https://github.com/hiphish/completion-nvim-vlime
- Owner: HiPhish
- License: mit
- Created: 2020-06-30T20:52:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T18:53:42.000Z (about 4 years ago)
- Last Synced: 2024-11-27T12:34:44.294Z (2 months ago)
- Topics: common-lisp, completion, neovim-plugin
- Language: Vim script
- Homepage: https://gitlab.com/HiPhish/completion-nvim-vlime
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING.txt
Awesome Lists containing this project
README
.. default-role:: code
##################################
Vlime source for completion-nvim
##################################This Neovim plugin provides a Vlime_ completion source for the completion-nvim_
plugin.Installation
############You need both Vlime and completion-nvim installed and set up first. Then
install this plugin as you would install any other Neovim plugin.Configuration
#############The new source is registered automatically. You can prevent this by defining
the variable `g:completion_vlime_did_load`. You should then add the `'vlime'`
source to your completions settings, the same as any other source. Please refer
to the documentation of completion-nvim for more information.Status of the project
#####################Everything works as expected.
License
#######Release under the terms of the MIT (Expat) license. See the COPYING_ file for
details... _Vlime: https://github.com/vlime/vlime
.. _completion-nvim: https://github.com/nvim-lua/completion-nvim
.. _Levenshtein distance: https://en.wikipedia.org/wiki/Levenshtein_distance
.. _COPYING: COPYING.txt