Skip to content

configurable and extendable list of actions for nvim, powered by fzf

License

Notifications You must be signed in to change notification settings

lsmoura/action-list.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-list.nvim

Shows a list of actions based on a pre-defined list, which can be changed or extended. Uses fzf-lua to display the options.

usage

Using lazy.nvim, the plugin can be imported using:

return {
  "lsmoura/action-list.nvim",
  config = function()
    local actions = require("action-list.actions")
    require('action-list').setup({
      opts = actions,
      sort = true,
    })
  end,
  keys = {
    {
      "<C-S-A>",
      function()
        require('action-list').open()
      end,
      desc = "Action Picker",
    },
  },
}

showcase

Author

About

configurable and extendable list of actions for nvim, powered by fzf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages