window picker
This commit is contained in:
9
nvim/lua/plugins/window-picker.lua
Normal file
9
nvim/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,
|
||||
}
|
||||
Reference in New Issue
Block a user