summaryrefslogtreecommitdiff
path: root/lua/warp/row_selectors/null.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/warp/row_selectors/null.lua')
-rw-r--r--lua/warp/row_selectors/null.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/warp/row_selectors/null.lua b/lua/warp/row_selectors/null.lua
new file mode 100644
index 0000000..8e8e9f5
--- /dev/null
+++ b/lua/warp/row_selectors/null.lua
@@ -0,0 +1,5 @@
+local M = {}
+
+M.read_row = function () return '.' end
+
+return M