A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alaviss/nim.nvim/wiki/Support-for-other-completion-plugins below:

Support for other completion plugins · alaviss/nim.nvim Wiki · GitHub

This page contains ways to configure your favorite completion plugin to work with nim.nvim.

If you have successfully configured the plugin of your choice to work with nim.nvim, please share it here with everyone :)

Authored by: @alaviss

Tested by: @mfiano

Add the following snippets to your configuration file

autocmd User Ncm2Plugin call ncm2#register_source({
\   'name': 'nim.nvim',
\   'priority': 9,
\   'scope': ['nim'],
\   'mark': 'nim',
\   'on_complete': {ctx -> nim#suggest#sug#GetAllCandidates({start, candidates -> ncm2#complete(ctx, start, candidates)})}
\})

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4