Skip to content

Meqr1/s.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

s.nvim

A search Opener for nvim inspired from s

Install:

for linux you need to have python installed

packer:

    use {
        'Meqr1/s.nvim',
        config = function ()
            require('s')
        end
    }

lazy:

    {
        'Meqr1/s.nvim',
        config = function()
            require('s')
        end
    }

Features

  • simple search
  • open a URL
  • gui
  • a global provider

how to use:

structure:

:S <provider> <query>

example:

:S duckduckgo how are you

providers:

  1. google
  2. duckduckgo
  3. bing
  4. yahoo
  5. ask
  6. baidu
  7. yandex
  8. qwant
  9. gigablast
  10. dogpile
  11. startpage
  12. exalead
  13. stackoverflow

About

a search opener for nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages