vim-mode
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)
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"
me too, same trouble
rather than my keyboard not works with nvim-mode, I can't type nothing
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...).