diff options
| author | HumanEntity <human_entity@icloud.com> | 2023-12-22 21:08:35 +0100 |
|---|---|---|
| committer | HumanEntity <human_entity@icloud.com> | 2023-12-22 21:08:35 +0100 |
| commit | 03f4e3bf7ac2d0a63fd3bc75395534e1a0cf9c21 (patch) | |
| tree | 24a90551381e3c97c261269ffded8c2435db8048 /README.md | |
| parent | e7e11a7bdb0dab973980baf0bb85ccac4341139b (diff) | |
| download | simple-denote.nvim-03f4e3bf7ac2d0a63fd3bc75395534e1a0cf9c21.tar.gz | |
Fixed errors in README
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. |
