Giter VIP home page Giter VIP logo

deoplete-zsh's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

deoplete-zsh's Issues

configurable .zcompdump filepath

Currently, hardcoded compinit -d ~/.zcompdump_capture, it will create .zcompdump cache to user home directory.
But, I would like to keep clearly the home directory as much as possible.
I think under the $XDG_CACHE_HOME is better.

KeyError('runtimepath')

This error appeared recently
(vim 0.3.1, latest deoplete)

[deoplete] Traceback (most recent call last):
  File "/Users/laurenzi/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/child.py", line
220, in _gather_results
    ctx['candidates'] = source.gather_candidates(ctx)
  File "/Users/laurenzi/.vim/bundle/deoplete-zsh/rplugin/python3/deoplete/sources/deoplete_
zsh.py", line 27, in gather_candidates
    capture = globruntime(context['runtimepath'], 'bin/capture.zsh')
KeyError: 'runtimepath'
Error from zsh: KeyError('runtimepath',).  Use :messages / see above for error details.
[deoplete] Traceback (most recent call last):
  File "/Users/laurenzi/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/child.py", line
220, in _gather_results
    ctx['candidates'] = source.gather_candidates(ctx)
  File "/Users/laurenzi/.vim/bundle/deoplete-zsh/rplugin/python3/deoplete/sources/deoplete_
zsh.py", line 27, in gather_candidates
    capture = globruntime(context['runtimepath'], 'bin/capture.zsh')
KeyError: 'runtimepath'
Error from zsh: KeyError('runtimepath',).  Use :messages / see above for error details.
[deoplete] Too many errors from "zsh". This source is disabled until Neovim is restarted.

deopleteで補完が出ない

dein.vim
deoplete.nvim
deol.nvim
deoplete-zsh
で再現しました
以下最小構成です

[[plugins]]
repo = "Shougo/deol.nvim"

[[plugins]]
repo = 'deoplete-plugins/deoplete-zsh'

[[plugins]]
repo = 'Shougo/deoplete.nvim'
hook_source = '''
  let g:deoplete#enable_at_startup = 1
  call deoplete#custom#option({
    \ 'nofile_complete_filetypes': ['zsh'],
    \ })
  inoremap <expr><Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
  inoremap <expr><S-Tab> pumvisible() ? "\<UP>" : "\<S-Tab>"
'''

[ help ] how to install with vim-plug

Hi, I use vim-plug, how would I install this? I only ask as there are no installation instructions and it contains a python dependency, so I dont think (could be wrong!) that a simple zplug 'deoplete-plugins/deoplete-zsh' will work, thank you!

Function load by "source hoge.zsh" is not completion.

I’d like to ask you to add completion "function loaded by source".

開いているファイルにある関数を補完されますが、
source.によって読み込まれた関数は補完されません。
なので、sourceなどで読み込んだ関数も補完できるようにしてほしいです。
(Issue立てるのは初めてなので、何か問題があれば教えてください)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.