ykpythemind / neovim-remote-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Go 100.0%