Skip to content

tamton-aquib/nvim-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

nvim-market

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

6fe33f7a-887d-4874-8e47-4b8154419ae4.mp4

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)

About

An extension market plugin for neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages