From afb36ad71ee7a5ab4603a9ad3a24a34e95f1bb28 Mon Sep 17 00:00:00 2001 From: noornee Date: Fri, 20 Sep 2024 11:07:59 +0100 Subject: [PATCH] chore: replace elipses with lua comments in `lazy.nvim` installation example closes #266 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb697169..a8ffa844 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ Using [lazy.nvim][lazy]: 'MagicDuck/grug-far.nvim', config = function() require('grug-far').setup({ - ... options, see Configuration section below ... - ... there are no required options atm... - ... engine = 'ripgrep' is default, but 'astgrep' can be specified... + -- options, see Configuration section below + -- there are no required options atm + engine = 'ripgrep' -- default engine, 'astgrep' can be specified }); end },