index
:
nvim-warp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
warp
/
win_selectors
/
null.lua
blob: 2d2a75f223fe2c29c2e8b7fe28ecb21c2d34c9dd (
plain
) (
blame
)
1
2
3
4
5
local
M
= {}
M
.
select_win
=
function
()
return
0
end
return
M