Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgastonportillo/popurri.nvim

🎉 Add some treesitter-based fun to Neovim
https://github.com/mgastonportillo/popurri.nvim

Last synced: 2 days ago
JSON representation

🎉 Add some treesitter-based fun to Neovim

Awesome Lists containing this project

README

        

# 🎉 Popurri \[beta\]

Add some tree-sitter-based fun to Neovim.

## Installation

Lazy:

```lua
{
"mgastonportillo/popurri.nvim",
dependencies = { "rcarriga/nvim-notify" }, -- optional: custom notifications
event = "VeryLazy",
init = function()
-- any mappings should go here
end
opts = {}, -- or config = true
}
```

## Configuration

Defaults:

```lua
opts = {
default_query = nil -- "args" | "vars"
}
```

## Commands

`:Popurri` Toggle Popurri on/off (takes arguments)