vim-g
vim-g copied to clipboard
Quick Google lookup directly from Vim
Has anyone gotten this to work on the newest Neovim version? I am using Arch Linux with Neovim right now. Installed this plugin with vim-plug but it doesnt seem to...
Thank you for the plugin. I replaced `perl` with `python3`, since it seems `perl` isn't available everywhere. It fixes #18 –– Konstantin
I am not sure what I should do to make it work. I tried maybe make it work by setting the command to 'open' with this line in my vimrc...
Thanks @szw, vim-g is *super* useful! I would suggest adding some handy example mappings to the README, like so: ``` " Google for current visual selection: vmap G :Google "...
The plug-in is not working with vim or gvim under Arch Linux (3.12.9-1): vim: v7.4.135; perl: v5.18.2; xdg-open: 1.1.0 rc1 terminal: xfce4-terminal 0.6.3
Hi. Why limiting on Google? Google is probably the most commonly used search engine, but I would like to configure your plugin with internal search systems AND Google. You plugin...
Hi, Thanks a lot for this plugin. I use it mostly to go from my code to github (or other plugin's website). So, I edited a little bit the project...