Open
Description
(First off sorry but I've lost the issue template and can't get it back upon reload)
Lazygit maintainer here: thanks for making this plugin, lots of people find it really valuable.
Lazygit has a new config structure for specifying how file are edited like so:
os:
edit: 'myeditor {{filename}}'
editAtLine: 'myeditor --line={{line}} {{filename}}'
editAtLineAndWait: 'myeditor --block --line={{line}} {{filename}}'
editInTerminal: true
openDirInEditor: 'myeditor {{dir}}'
I'm not sure how this fits onto neovim (I've been intending to get into neovim but haven't found the time) but it would be good to document what the corresponding values should be when using this plugin.