/neovim-remote-go

replacement of neovim-remote

Primary LanguageGoMIT LicenseMIT

neovim-remote-go

alternative to https://github.com/mhinz/neovim-remote

Install

$ go install github.com/ykpythemind/neovim-remote-go/cmd/neovim-remote

Usage

neovim-remote --remote-wait go.mod

Use neovim-remote as git editor.

see https://github.com/mhinz/neovim-remote/blob/master/README.md

if has('nvim')
  let $GIT_EDITOR = 'neovim-remote -cc split --remote-wait'
endif

autocmd FileType gitcommit,gitrebase,gitconfig set bufhidden=delete

TODO