Skip to content

Commit

Permalink
drop neovim-remote, go back to my fork of invim
Browse files Browse the repository at this point in the history
mhinz/neovim-remote#195 did it for me, and i
didn't want such a big dependency anyway. Hopefully i find no downsides
now.
  • Loading branch information
emmanueltouzery committed Nov 13, 2023
1 parent 11493a4 commit d70665c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ npm i -g prettier

</~https://github.com/josephburnett/jd> -- for json diff integration

Set up /~https://github.com/mhinz/neovim-remote so that you have `nvr` in your path and executable to get nicer $EDITOR from within the neovim terminal. This also enables a shortcut for git interactive rebase from within neovim-remote
(I used the 'from zip' /~https://github.com/mhinz/neovim-remote/blob/master/INSTALLATION.md#from-zip approach to avoid using `pip`)
Set up /~https://github.com/emmanueltouzery/invim in your path and executable to get nicer $EDITOR from within the neovim terminal.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ vim.opt.mousemodel = 'extend'
vim.cmd([[au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif ]])

-- /~https://github.com/groves/invim
vim.cmd[[let $EDITOR='nvr --remote-tab-wait']]
vim.cmd[[let $EDITOR='invim --tabedit --remote-wait']]
vim.cmd[[autocmd FileType gitcommit,gitrebase,gitconfig set bufhidden=delete]]

-- emphasize dressing.nvim window border some more
Expand Down

0 comments on commit d70665c

Please sign in to comment.