feat(windowpicker.lua): new plugin

pull/255/head
David Bell 2 years ago
parent 9fb993f9da
commit 3b8e14e3d1
No known key found for this signature in database
GPG Key ID: EB8E7B08C6DE0FD7

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