diff options
| author | HumanEntity <human_entity@icloud.com> | 2023-12-22 21:06:18 +0100 |
|---|---|---|
| committer | HumanEntity <human_entity@icloud.com> | 2023-12-22 21:06:18 +0100 |
| commit | e7e11a7bdb0dab973980baf0bb85ccac4341139b (patch) | |
| tree | 3134f45bbdf3457d4582fc91d0f512348b7b3403 /README.norg | |
| parent | 26f605ecf08800850fd02c5fee6d2b74d7ceea64 (diff) | |
| download | simple-denote.nvim-e7e11a7bdb0dab973980baf0bb85ccac4341139b.tar.gz | |
Updated README
Diffstat (limited to 'README.norg')
| -rw-r--r-- | README.norg | 10 |
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. |
