Shougo

Results 46 issues of Shougo

Since there are no reasonable alternatives to imp in python2.7, I figured it'd be the easiest to try importing python3 modules and if that fails, fall back to the previous...

``` ../../.local/lib/python3.9/site-packages/pynvim/compat.py:5 /home/shougo/.local/lib/python3.9/site-packages/pynvim/compat.py:5: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import find_module as original_find_module ``` I think `importlib`...

Please see the issues. https://github.com/tweekmonster/deoplete-clang2/issues/30 https://github.com/SpaceVim/SpaceVim/issues/1588 I have get the error reason is `nvim.async_call() + asyncio`. @bfredl Can you test it? python-client error messages are here: ``` 2018-04-14 19:44:01,167 [ERROR...

I want to add the screenshots link in README. If you have good screenshots for ddc.vim, can you add it in this issue?

announcement

I just want to use deoplete source. But it has original arguments completion feature using autocmd. I want to disable the feature.

https://github.com/equalsraf/neovim-qt/issues/298 https://github.com/neovim/neovim/issues/6029 https://github.com/neovim/neovim/issues/6030

http://twitter.com/hrsh7th さんが、unite-outilneを使って補完を実現しようとしているみたいで、 それは面白いと思ったので要望。 現在の仕様だと、(おそらく)カレントバッファしかキャッシュ・アウトライン表示できない仕様だと思うのですが、 これを引数で可変にできるようしてほしいです。 引数に与えられたファイルをキャッシュして表示します。与えられなければ、これまでどおりの挙動。 実装は簡単でないかもしれません。

request
core

I want to add the screenshots in README. If you have good screenshots for deoplete README, can you add it in this issue?

anouncement

```vim set rtp+=~/work/denite.nvim "set rtp+=~/work/vim-hug-neovim-rpc "set rtp+=~/work/nvim-yarp au FileType denite call s:denite_mappings() function! s:denite_mappings() abort nnoremap \ denite#do_map('do_action') nnoremap \ denite#do_map('choose_action') nnoremap d \ denite#do_map('do_action', 'delete') nnoremap p \ denite#do_map('do_action',...

performance
neovim

It is useful to create plugins for command line.