neovim update
This commit is contained in:
parent
5e95811278
commit
8968f14331
4 changed files with 9 additions and 3 deletions
|
|
@ -56,4 +56,5 @@ package.path = package.path .. ';' .. vim.fn.expand('$HOME') .. '/.luarocks/shar
|
|||
package.path = package.path .. ';' .. vim.fn.expand('$HOME') .. '/.luarocks/share/lua/5.1/?.lua;'
|
||||
|
||||
vim.env.GIT_EDITOR = 'nvr -cc tabnew --remote-wait-silent'
|
||||
vim.env.NVIM_LISTEN_ADDRESS = vim.fn.execute('echo v:servername')
|
||||
vim.env.MANPAGER = 'nvr -cc tabnew --remote-wait-silent +Man! -'
|
||||
vim.env.NVIM_LISTEN_ADDRESS = vim.v.servername
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue