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

NeoVim crashing on auto complete #75

Open
augustocdias opened this issue Jan 29, 2021 · 1 comment
Open

NeoVim crashing on auto complete #75

augustocdias opened this issue Jan 29, 2021 · 1 comment

Comments

@augustocdias
Copy link

augustocdias commented Jan 29, 2021

I'm having crashes when I choose one of the autocomplete options.

As soon as it fills the parenthesis, neovim crashes.

I went disabling all plugins to see if it were any of them conflicting until I left only coc. Then I removed all my settings to be sure it wasn't any of them.

My vim.init ended up like this:

set shell=/bin/zsh
let mapleader = "\<Space>"

" =============================================================================
" # PLUGINS
" =============================================================================
" Load vundle
set nocompatible
filetype off
call plug#begin(expand('~/.config/nvim/plugged'))

Plug 'neoclide/coc.nvim', {'branch': 'release'}

call plug#end()

My NeoVim info:

NVIM v0.5.0-nightly
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/tmp/neovim-20200925-13427-1uogofb/build/config -I/tmp/neovim-20200925-13427-1uogofb/src -I/usr/local/include -I/tmp/neovim-20200925-13427-1uogofb/deps-build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/gettext/include -I/tmp/neovim-20200925-13427-1uogofb/build/src/nvim/auto -I/tmp/neovim-20200925-13427-1uogofb/build/include
Compiled by augusto

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/HEAD-4a996bc/share/nvim"

Run :checkhealth for more info
@augustocdias
Copy link
Author

With NVIM 0.4.4 it works fine

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

1 participant