window picker

This commit is contained in:
markus.dieckmann
2026-06-16 14:33:10 +02:00
parent c70a658387
commit 29320201a4
2 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
return {
"s1n7ax/nvim-window-picker",
name = "window-picker",
event = "VeryLazy",
version = "2.*",
config = function()
require("window-picker").setup()
end,
}