aboutsummaryrefslogtreecommitdiff
path: root/README.norg
diff options
context:
space:
mode:
Diffstat (limited to 'README.norg')
-rw-r--r--README.norg10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.norg b/README.norg
index 6aee588..e27ec35 100644
--- a/README.norg
+++ b/README.norg
@@ -1,2 +1,12 @@
* `denote.nvim`
`denote.nvim` is a plugins for creating notes without any external dependencies. Main inspiration for this project was emacs package called `Denote`.
+
+* Installation
+ @code lua
+ {
+ "HumanEntity/denote.nvim",
+ 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.