onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 300 forks source link

added a full-text search plugin I made in the Available Plugins section #2628

Closed marene closed 5 years ago

marene commented 5 years ago

Hi!

As a disclaimer, I'd like to say this is my first contribution to Oni (and my first contribution to an open source project, as a matter of fact) ever. So I want to apologize in advance if I'm doing and/or getting anything wrong here, and I'll be glad to correct it! :)

This pr adds the plugin quickFind to the Available Plugins section of the readme

To have more details about how the plugin work, please read its readme

I made this pr because I was suggested to do so on the project's discord by Ryan C (couldn't find his github account to tag him in there), so here it is!

codecov[bot] commented 5 years ago

Codecov Report

Merging #2628 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2628   +/-   ##
=======================================
  Coverage   45.33%   45.33%           
=======================================
  Files         361      361           
  Lines       14572    14572           
  Branches     1913     1913           
=======================================
  Hits         6606     6606           
  Misses       7741     7741           
  Partials      225      225

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a369b79...f239a64. Read the comment docs.

bryphe commented 5 years ago

Hey @marene !

As a disclaimer, I'd like to say this is my first contribution to Oni (and my first contribution to an open source project, as a matter of fact) ever.

That's awesome 👍 Thanks a lot for sharing out and open sourcing your plugin!

I made this pr because I was suggested to do so on the project's discord by Ryan C (couldn't find his github account to tag him in there), so here it is!

Appreciate it - thanks @CrossR for the suggestion!