aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Fagerheim <erlendf80@gmail.com>2020-03-03 16:55:58 +0100
committerErlend Fagerheim <erlendf80@gmail.com>2020-03-03 16:55:58 +0100
commit4d6a01f3c476fd38b716faabe20e422b0c65bfb8 (patch)
tree6808fd4fc53d2fecaff4d95bf78316cd6ae59e53
parenta1f5f67e1de0884151919ec3e5ea8e3f24395df7 (diff)
downloadvis-cursors-4d6a01f3c476fd38b716faabe20e422b0c65bfb8.tar.gz
update docs
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4b9d35f..2bbb4b4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# vis-cursors
-Remember cursor position per file, for the [vis editor](https://github.com/martanne/vis).
+Remember cursor positions per file. A plugin for the [vis editor](https://github.com/martanne/vis).
# Usage
-Load `vis-cursors` in your `visrc.lua` file ( see [Plugins](https://github.com/martanne/vis/wiki/Plugins) ).
+Require `vis-cursors` in your `visrc.lua` file ( see [Plugins](https://github.com/martanne/vis/wiki/Plugins) ).
-Cursor positions are stored in `$HOME/.cursors`, or you can set the `M.path` variable.
+Cursor positions are stored in `$HOME/.cursors`, or set another path using `M.path`.