Skip to content

Commit 1c8a6b8

Browse files
committed
feat(flash): update flash plugin and options configuration
- Added a label configuration to the flash plugin for better usability. - Adjusted the comment for clarity in the options configuration. - Ensured that the ins-completion item scanning message is clear.
1 parent fdf76b9 commit 1c8a6b8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lua/plugins/flash.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ return {
1313
return vim.fn.get_lazy_keys_conf(mappings, "Flash")
1414
end,
1515
opts = {
16+
labels = "asdfqwerzxcv", -- Limit labels to left side of the keyboard
1617
search = {
1718
wrap = true,
1819
},

plugin/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ o.report = 9999 -- Don't report number of changed lines.
7474
o.ruler = false -- Do not show the line and column number of the cursor position.
7575
o.shortmess:append({ -- Don't show messages:
7676
A = true, -- When a swap file is found.
77-
C = true, -- When scanning for ins-completion items.
77+
C = true, -- When scanning for "ins-completion" items.
7878
F = true, -- File info when editing a file.
7979
I = true, -- Skip intro message.
8080
S = true, -- Search messages, using nvim-hlslens instead.

0 commit comments

Comments
 (0)