Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mgastonportillo/popurri.nvim
- Owner: mgastonportillo
- Created: 2024-05-13T12:55:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:43:27.000Z (7 months ago)
- Last Synced: 2024-05-21T09:03:05.993Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)