guyzmo

Results 113 comments of guyzmo

weirdly, since I upgraded to both vim8 and nvim, I'm having issues loading the plugin again in my current python install ☹ It might be because of VimPlug.

ok, I think I fixed the issue. So, as far as I've tested, it's working with: * `module_x` * `.module_a.module_b` * `..module_y.module_z` with the path being relative to the buffer's...

BTW, you can directly use: ``` Plug "guyzmo/vim-gf-python" ``` to have the relative support.

the PR #5 works for me. And, BTW, if `$BUFFER_DIR_PATH` (which is basically `expand('%')`) is absolute, I'm not prepending `$VIM_PWD` (which is `expand('$PWD')`).

why not use the traditional way: end your command's arguments with `--` and all the following are passed through `git`?

hi! I have written a small patch to address that. Comments are welcome.

Hi @shiqinwong, You attached no pictures ;-) And I have no issue at around 700px in my [usage](http://justine.jeann.in/04-MKR-Rad_Hourani/).. Though I don't use an horizontal slider.

it looks like master has been updated, though there's been no release since the update ☹

Hello 👋 coming by to make +1 on this issue ☺ I was expecting the hosting emulator feature to replace an ad-hoc frontend proxy (like traefik). The solution suggested here:...

It looks like this issue has been fixed in the PR #762. Found it thanks to the community on discord 🫶 Though, I'm not up to date, so I'm upgrading...