A simple, yet powerful switcher, similar to JetBrain's one.
Requirements:
- plenary
- nvim-web-dev-icons
{
"neovim-idea/switcher-nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons"
},
}use {
"neovim-idea/switcher-nvim",
requires = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons"
}
}Plug "nvim-lua/plenary.nvim"
Plug "nvim-tree/nvim-web-devicons"
Plug "neovim-idea/switcher-nvim"- add tests!
- start from the 2nd
- walk the list in reverse order via
C-S-Tab- and start from the 2nd to last element (no nee)
- add a right side panel for the actions
