You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:My NeoVim info:
The text was updated successfully, but these errors were encountered: