aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumanEntity <human_entity@icloud.com>2023-12-22 21:08:35 +0100
committerHumanEntity <human_entity@icloud.com>2023-12-22 21:08:35 +0100
commit03f4e3bf7ac2d0a63fd3bc75395534e1a0cf9c21 (patch)
tree24a90551381e3c97c261269ffded8c2435db8048
parente7e11a7bdb0dab973980baf0bb85ccac4341139b (diff)
downloadsimple-denote.nvim-03f4e3bf7ac2d0a63fd3bc75395534e1a0cf9c21.tar.gz
Fixed errors in README
-rw-r--r--README.md6
-rw-r--r--README.norg6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 20d5677..fe826e1 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@
# Installation
```lua
- {
+{
"HumanEntity/denote.nvim",
- build = "mkdir -p ~/.denote/"
-
+ build = "mkdir -p ~/.denote/",
+}
```
This takes care of installing and creating note directory for `denote`. Denote has no external dependencies but I recommend you use `telescope-ui-select.nvim` plugin for better ui.
diff --git a/README.norg b/README.norg
index e27ec35..ac30d0f 100644
--- a/README.norg
+++ b/README.norg
@@ -3,10 +3,10 @@
* Installation
@code lua
- {
+ {
"HumanEntity/denote.nvim",
- build = "mkdir -p ~/.denote/"
- }
+ build = "mkdir -p ~/.denote/",
+ }
@end
This takes care of installing and creating note directory for `denote`. Denote has no external dependencies but I recommend you use `telescope-ui-select.nvim` plugin for better ui.