christoomey / vim-quicklink

A Vim plugin for quickly looking up a topic in google and inserting the relevant link
MIT License
55 stars 4 forks source link

Wouldn't this be a ftplugin ? #5

Closed sim590 closed 9 years ago

sim590 commented 9 years ago

I was using ultisnips in C++ file and c-k vmap began to pull a link from google, when I wanted to jump to another placeholder in ultisnips snippets. Since this plugin is made for markdown files, why isn't it a ftplugin ?

christoomey commented 9 years ago

Hello @sim590, totally valid point. I extracted this from my vimrc and a plugin/ file was what came to mind, but you're right this should be in ftplugin/. Feel free to implement and submit a PR, or I'll likely get around to updating at some point.

christoomey commented 9 years ago

This change was implemented in https://github.com/christoomey/vim-quicklink/pull/6