Skip to content

Commit

Permalink
chore: replace elipses with lua comments in lazy.nvim installation …
Browse files Browse the repository at this point in the history
…example

closes #266
  • Loading branch information
noornee committed Sep 20, 2024
1 parent ccc7a36 commit 23c4669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 23c4669

Please sign in to comment.