Home

Awesome

nvim-market

An extension market place plugin for neovim. <br /> Made for personal use, but feel free to fork/contribute/extend anyway you like.

https://github.com/tamton-aquib/nvim-market/assets/77913442/ebb5a354-d767-4e0c-8880-d5f5b7a8fff3

Installation

{
    'tamton-aquib/nvim-market',
    import="nvim-market.plugins",       -- Important part!
    config=true     -- No real options as of now.
},

Configuration

-- These keybinds should only be used inside lazy window.
map('n', '<leader>ii', function() require("nvim-market").install_picker() end)
map('n', '<leader>iu', function() require("nvim-market").remove_picker() end)

NOTE

TODO