Skip to content

Commit

Permalink
add more comments for opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan committed May 9, 2024
1 parent e30f341 commit 7332608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/grug-far/opts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ local defaultOptions = {
},

-- icons for UI, default ones depend on nerdfont
-- set individul ones to nil to disable, or set enabled = false for complete disable
icons = {
-- whether to show icons
enabled = true,
Expand All @@ -55,7 +56,8 @@ local defaultOptions = {
resultsActionMessage = ''
},

-- placeholders to show in inpuut areas when they are empty, set
-- placeholders to show in inpuut areas when they are empty
-- set individul ones to nil to disable, or set enabled = false for complete disable
placeholders = {
-- whether to show placeholders
enabled = true,
Expand Down

0 comments on commit 7332608

Please sign in to comment.