feat(windowpicker.lua): new plugin

This commit is contained in:
David Bell 2023-04-04 07:41:53 +01:00
parent 9fb993f9da
commit 3b8e14e3d1
No known key found for this signature in database
GPG Key ID: EB8E7B08C6DE0FD7
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
return {
's1n7ax/nvim-window-picker',
version = 'v1.*',
config = function ()
require'window-picker'.setup()
end,
}