Early alpha, pure experimental, do not use ot it will break everything
Struggling with code? Rubberduck is here to help you figure out what's wrong!
- Search stackoverflow with telescope. Use with:
:Telescope rubberduck stackoverflow
Use your favorite plugin manager! We need some dependencies tho
" init.vim
Plug "nvim-lua/popup.nvim"
Plug "nvim-lua/plenary.nvim"
Plug "nvim-telescope/telescope.nvim"
Plug "eruizc-dev/rubberduck.nvim"
Attach extension to telescope
-- init.lua
require("telescope").load_extension("rubberduck")
" init.vim
lua require("telescope").load_extension("rubberduck")