From 78b9fc87696475a7d398215940f576ab4c5a72e5 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..c3992f97 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' is default, but 'astgrep' can be specified }); end },