We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
:version NVIM v0.3.4 Build type: Release LuaJIT 2.0.5
commit 165107a9fd2b20c8f050fc4f977b4e41c790b1e7 (HEAD -> master, origin/master, origin/HEAD) Merge: 659d6de 5aded93 Author: Josh Waller <mdx.programs@gmail.com> Date: Thu Apr 4 23:24:41 2019 -0400 Merge pull request #120 from pbogut/feature/deoplete-source Add deoplete source
Whenever I hit <LocalLeader>d I receive the E117: Unknown function: elm#ShowDocs error.
<LocalLeader>d
E117: Unknown function: elm#ShowDocs
I've already let g:polyglot_disabled = ['elm'] into my init.vim and ensured that Plug ElmCast/elm-vim is the last enabled plugin.
let g:polyglot_disabled = ['elm']
init.vim
Plug ElmCast/elm-vim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neovim Info
elm-vim Info
Whenever I hit
<LocalLeader>d
I receive theE117: Unknown function: elm#ShowDocs
error.I've already
let g:polyglot_disabled = ['elm']
into myinit.vim
and ensured thatPlug ElmCast/elm-vim
is the last enabled plugin.The text was updated successfully, but these errors were encountered: