vim-mode icon indicating copy to clipboard operation
vim-mode copied to clipboard

Nothing echoes back to Atom (Atom 1.8.0, Nvim 0.1.5)

Open gwerbin opened this issue 9 years ago • 0 comments

Following the instructions, I'm able to type in commands and move around just fine, except for the fact that the Atom window itself is blank -- everything is happening on the Neovim side and nothing is getting echoed back.

This is what appears in the Electron console:

Window load time: 667ms
/Applications/Atom.app/Contents/Resources/app.asar/src/workspace-element.js:26 ::shadow pseudo-element is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
/Users/greg/.atom/packages/vim-mode/lib/vim-mode.coffee:13 uri: undefined
/Users/greg/.atom/packages/vim-mode/lib/vim-mode.coffee:16 view: <atom-text-editor class=​"editor vim-mode command-mode" tabindex=​"-1" data-grammar=​"text plain null-grammar" data-encoding=​"utf8">​…​

/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-component.js:1010 /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
5 /Users/greg/.atom/packages/vim-mode/lib/vim-state.coffee:187 INNER 

Version outputs:

% atom --version
Atom    : 1.8.0
Electron: 0.36.8
Chrome  : 47.0.2526.110
Node    : 5.1.1
% nvim --version
NVIM v0.1.5-944-g51fe40a
Build type: Release
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-20160617-41998-1gawhar/build/config -I/tmp/neovim-20160617-41998-1gawhar/src -I/tmp/neovim-20160617-41998-1gawhar/deps-build/usr/include -I/tmp/neovim-20160617-41998-1gawhar/deps-build/usr/include -I/tmp/neovim-20160617-41998-1gawhar/deps-build/usr/include -I/tmp/neovim-20160617-41998-1gawhar/deps-build/usr/include -I/tmp/neovim-20160617-41998-1gawhar/deps-build/usr/include -I/tmp/neovim-20160617-41998-1gawhar/deps-build/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20160617-41998-1gawhar/build/src/nvim/auto -I/tmp/neovim-20160617-41998-1gawhar/build/include
Compiled by [email protected]

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui
For differences from Vim, see :help vim-differences

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

gwerbin avatar Jul 03 '16 06:07 gwerbin