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

pointing neovim to open pipe doesn't work - now I can't type anything in Atom (have to uninstall the plugin)

Open roberto68 opened this issue 8 years ago • 3 comments

Ok so I follow the instruction but it does not work: my atom version is 1.2.1 and neovim is 0.1.0 - closer info: nvim -v NVIM 0.1.0 (compiled Nov 6 2015 16:35:52) Build type: Debug Compilation: /usr/bin/clang -Wconversion -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/build/config -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/src -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include/luajit-2.0 -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/.deps/usr/include -I/usr/include -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/build/src/nvim/auto -I/builddir/build/BUILD/neovim-0.1.0-c4826c3/build/include Compiled by mockbuild

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

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

roberto68 avatar Nov 12 '15 21:11 roberto68

me too, same trouble

caiocutrim avatar Nov 21 '15 18:11 caiocutrim

rather than my keyboard not works with nvim-mode, I can't type nothing

caiocutrim avatar Nov 21 '15 19:11 caiocutrim

I'm having the same trouble on windows. I followed the instructions. But some of them weren't entirely clear.

I installed a fresh copy of neovim.

So, I installed the carlosdcastillo/vim-mode under ~/.atom/packages/nvim-mode Then apm install Then ./nvim.exe (I also tried ./nvim-qt.exe, which I don't think is necessary???). Then I looked at the available pipes [System.IO.Directory]::GetFiles("\\.\\pipe\\") => \\.\\pipe\\nvim-5080-0 Then I set the variable set NVIM_LISTEN_ADDRESS=\\.\pipe\nvim I also tried appending -5080-0 but didn't help.

Not sure if I missed a step or if a ran a command that should be ran in the same directory.

It'll be nice when I can just use neovim with intellisense for TypeScript, then I would just skip Atom (granted atom has some nice features that are pretty cool...).

jon49 avatar Nov 26 '15 00:11 jon49