aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkongjun <kongjun18@outlook.com>2025-04-29 03:49:28 +0000
committerkongjun <kongjun18@outlook.com>2025-04-29 06:52:21 +0000
commit6a88d734bdb4660945923c3f4a38c14e45847c2c (patch)
tree41598d5759dd40a7c2b75dea85484aefa2ef6d06 /README.md
parent09d7f6ee9ee1d728449131dff4e750e5339f7968 (diff)
downloadencrypt.nvim-6a88d734bdb4660945923c3f4a38c14e45847c2c.tar.gz
feat: store passwords in a local scope instead of as a buffer variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index ece988b..c140814 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,3 @@ tail -n +2 encrypted.txt \
```
Or use the provided [decrypt.sh](decrypt.sh)
-
-## TODO
-
-- [ ] Store the password in a local scope in the plugin instead of as a buffer
- variable.