diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
