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
/
row_selectors
/
null.lua
blob: 8e8e9f53a2e4f3f6e1ed82bb5a424fe108c976da (
plain
) (
blame
)
1
2
3
4
5
local
M
= {}
M
.
read_row
=
function
()
return
'.'
end
return
M