Add window picker.
This commit is contained in:
parent
a2692b72ff
commit
6420a97c6e
2 changed files with 27 additions and 23 deletions
9
lua/plugins/window-picker.lua
Normal file
9
lua/plugins/window-picker.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"s1n7ax/nvim-window-picker",
|
||||
name = "window-picker",
|
||||
event = "VeryLazy",
|
||||
version = "2.*",
|
||||
config = function()
|
||||
require("window-picker").setup()
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue