nvim-market

August 26, 2023 ยท View on GitHub

An extension market place plugin for neovim.
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

  • Cleanify keybinds, create setup function, etc
  • Make UI good, add highlight, etc
  • interactive opts update
  • Move the state file from stdpath "data" to "config"? (for VCS)