Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant start a new line #919

Closed
Inazuma110 opened this issue Jan 19, 2019 · 3 comments
Closed

cant start a new line #919

Inazuma110 opened this issue Jan 19, 2019 · 3 comments

Comments

@Inazuma110
Copy link

Inazuma110 commented Jan 19, 2019

Warning: I will close the issue without the minimal init.vim and the reproduction instructions.

Problems summary

Cant start new line.
Maybe, this bug occurs since :call dein#update()

Expected

start new line by enter key.

Environment Information

  • deoplete version (SHA1):888e6e7e4069cf961a286cfdfe5a3fbb3da639bd

  • OS:LinuxMint19.1

  • neovim/Vim :version output:v0.3.1

  • :checkhealth or :CheckHealth result(neovim only):

health#nvim#check

Configuration

  • OK: no issues found

Performance

  • OK: Build type: RelWithDebInfo

Remote Plugins

  • OK: Up to date

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=\177
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  • INFO: $VTE_VERSION='5202'
  • INFO: $COLORTERM='truecolor'

health#provider#check

Clipboard (optional)

  • OK: Clipboard tool found: xclip

Python 2 provider (optional)

  • INFO: pyenv: Path: /home/inazuma/.pyenv/libexec/pyenv
  • INFO: pyenv: $PYENV_ROOT is not set. Infer from pyenv root.
  • INFO: pyenv: Root: /home/inazuma/.pyenv
  • WARNING: No Python executable found that can import neovim. Using the first available executable for diagnostics.
  • ERROR: Python provider error:
    • ADVICE:
      • provider/pythonx: Could not load Python 2:
        /usr/bin/python2 does not have the "neovim" module. :help |provider-python|
        /usr/bin/python2.7 does not have the "neovim" module. :help |provider-python|
        python2.6 not found in search path or not executable.
        /usr/bin/python does not have the "neovim" module. :help |provider-python|
  • INFO: Executable: Not found

Python 3 provider (optional)

  • INFO: pyenv: Path: /home/inazuma/.pyenv/libexec/pyenv
  • INFO: pyenv: $PYENV_ROOT is not set. Infer from pyenv root.
  • INFO: pyenv: Root: /home/inazuma/.pyenv
  • INFO: Using: g:python3_host_prog = "/usr/bin/python3"
  • INFO: Executable: /usr/bin/python3
  • INFO: Python version: 3.6.7
  • INFO: pynvim version: 0.3.1
  • OK: Latest pynvim is installed.

Ruby provider (optional)

  • WARNING: ruby and gem must be in $PATH.
    • ADVICE:
      • Install Ruby and verify that ruby and gem commands work.

Node.js provider (optional)

  • INFO: Node.js: v11.6.0
  • WARNING: Missing "neovim" npm (or yarn) package.
    • ADVICE:
      • Run in shell: npm install -g neovim
      • Run in shell (if you use yarn): yarn global add neovim

Provide a minimal init.vim/vimrc with less than 50 lines (Required!)

" Your minimal init.vim/vimrc
let g:deoplete#enable_at_startup = 1
let g:deoplete#auto_complete_delay = 0
let g:deoplete#auto_complete_start_length = 1
let g:deoplete#enable_camel_case = 0
let g:deoplete#enable_ignore_case = 0
let g:deoplete#enable_refresh_always = 0
let g:deoplete#enable_smart_case = 1
let g:deoplete#file#enable_buffer_path = 1
let g:deoplete#max_list = 10000
inoremap <expr><tab> pumvisible() ? "\<C-n>" :
\ neosnippet#expandable_or_jumpable() ?
\    "\<Plug>(neosnippet_expand_or_jump)" : "\<tab>"

" For Vim only
"set runtimepath+=~/path/to/nvim-yarp/
"set runtimepath+=~/path/to/vim-hug-neovim-rpc/

How to reproduce the problem from neovim/Vim startup (Required!)

  1. oprn neovim
  2. input something
  3. press enter
  4. press enter
  5. press enter...

Generate a logfile if appropriate

  1. export NVIM_PYTHON_LOG_FILE=/tmp/log
  2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
  3. nvim -u minimal.vimrc
  4. some works
  5. cat /tmp/log_{PID}

Screenshot (if possible)

gif image

Upload the log file

@jshin
Copy link
Contributor

jshin commented Jan 19, 2019

I also confirmed the same problem.

@Shougo Shougo closed this as completed Jan 19, 2019
@Shougo
Copy link
Owner

Shougo commented Jan 19, 2019

Please use the latest version.

@Inazuma110
Copy link
Author

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants