CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 17:41:35 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"d39a65b80e1170764f27961aa402680a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=P37ZDPR1KuSH2qDjG1%2BPzYoEfMoMWlZ%2BIdoVuZFggi5dZvb2tPbbpTTSem%2B6czRYh0J3g6dE7WvGPZ%2FnF%2B%2Ba062zEaTzoTjHBwk66bUtVkWsAq%2Bzh0WWsOxxLg9TtSXnDU8zj5SmDjHhDG9YGnla0okFsOpw5M7Ci9b4ah5saKrnOwjgbpVQpzgR16tt%2FnWytQl%2B9ZKj%2B%2FbCoGugOMGEoutyPICZlCz9yz%2FA76eruruWg5Wf2pSohRyDpnB4JLIZ%2FcTblC%2FXAKOFKpgMJRfaYA%3D%3D--vrQreptPT7Tpq2iQ--pvvWRnLiAe3M4ma9gNnnJg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1423311131.1753378895; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 17:41:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 17:41:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9D5C:227A09:AC2DF:CCA03:6882704F
Completion Sources · Shougo/deoplete.nvim Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 292
Completion Sources
dm9pZCAq edited this page Oct 11, 2021
·
74 revisions
deoplete.nvim
will display completions for existing plugins that provide
completions via omnifunc
. The plugins listed below are specifically made for
deoplete.nvim
.
If you are a source author, please update this list with a link to your repo and short description of your plugin.
See also vim helpfile for complete list of sources
Languages | Name/Link | Description |
---|---|---|
Many | neco-syntax | Provides completions using keywords from the language's syntax highlight file (e.g. 'article' will be completed in html https://github.com/vim/vim/blob/master/runtime/syntax/html.vim) |
Many | deoplete-tabnine | Integration with TabNine - a machine learning-based all-language autocompleter |
LanguageClient-neovim | Integration with various language servers. | |
deoplete-vim-lsp | deoplete source for vim-lsp | |
deoplete-lsp | deoplete source for nvim-lspconfig | |
Clang | deoplete-clangx | Asynchronous C/C++/Objective-C/Objective-C++ completion for Neovim. |
Clojure | async-clj-omni | Provides async clojure completion through nrepl-python-client |
D | deoplete-d | Adds auto-complete support for the D programming language to Vim |
Elixir | alchemist.vim | |
Elm | deoplete-elm | |
F# | deoplete-fsharp | Provides Intellisense completions for FSharp (engin: deopletefs ) , fast speed |
F# | deoplete-fsharp2 | Provides Intellisense completions for FSharp (engin: FsAutoComplete ) , middle speed |
Go | deoplete-go | Asynchronous Go completion for Neovim. |
Haskell | neco-ghc | A completion plugin for Haskell, using ghc-mod |
Javascript | autocomplete-flow | source for javascript via flow |
Javascript | deoplete-ternjs | Based on tern_for_vim and deoplete-jedi |
OCaml | deoplete-ocaml | Asynchronous OCaml completion using Merlin. |
PHP | deoplete-phpactor | Asynchronous PHP completion using phpactor. |
PHP | deoplete-padawan | Asynchronous PHP completion using padawan.php. |
PHP | phpcd.vim | phpcd.vim is a more smart, lightweight, yet powerful plugin for php. The deoplete support has been added. |
Python | deoplete-jedi | Python completion using Jedi. |
Rust | vim-racer | Rust completion and navigation via Racer. |
Rust | deoplete-rust | Rust completion for Neovim (Deoplete) via Racer. |
Scala | MinTab | Scala method completion use dictionary. |
Swift | deoplete-swift | Adds auto-complete support for the Swift programming language to Vim |
SQL Server | deoplete-mssql | Provides auto-complete support for Microsoft SQL Server |
SQL | vim-dadbod-completion | Provides auto-complete support for PostgreSQL, MySQL and MSSQL via vim-dadbod |
Typescript | nvim-typescript | This is the deoplete source for typescript via tsserver |
VimL | neco-vim | Provides completions for Vim commands |
Zsh | deoplete-zsh | Provides completions for zsh |
Name/Link | Description |
---|---|
deoplete-abook | Completion of email addresses in Mutt using abook contacts stored in a plain text database |
deoplete-emoji | Completion of emoji codes |
deoplete-github | Issue and title completions in commit messages |
deoplete-gitlab | GitLab markdown reference autocomplete, supporting usernames, merge-requests, and labels |
deoplete-notmuch | Mail address completion using notmuch |
deoplete-khard | Completion of email addresses from carddav using khard |
deoplete-minisnip | Completion for snippets made with vim-minisnip |
tmux-complete | Completion of words in adjacent tmux panes |
webcomplete | Completion of words from the currently open web page in your browser |
deoplete-biblatex | Completion of ids from biblatex files |
deoplete-mu | Completion of email addresses using the mu mail indexer/searcher |
deoplete-goobook | Completion of email addresses and names from your google contacts using goobook |
deoplete-wp-hooks | Completion of WordPress hooks and auto detection of actions and filters |
deoplete-greek | Completion of Greek letters |
You can’t perform that action at this time.