From 03f4e3bf7ac2d0a63fd3bc75395534e1a0cf9c21 Mon Sep 17 00:00:00 2001 From: HumanEntity Date: Fri, 22 Dec 2023 21:08:35 +0100 Subject: Fixed errors in README --- README.norg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.norg') 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. -- cgit v1.2.3