rename variable
This commit is contained in:
parent
c7594f3e40
commit
7f70069376
1 changed files with 9 additions and 9 deletions
|
|
@ -248,8 +248,8 @@ require("mini.git").setup()
|
|||
require("mini.diff").setup()
|
||||
|
||||
-- Use and configure mini.clue
|
||||
local miniclue = require("mini.clue")
|
||||
miniclue.setup({
|
||||
local clue = require("mini.clue")
|
||||
clue.setup({
|
||||
triggers = {
|
||||
-- Leader triggers
|
||||
{ mode = { "n", "x" }, keys = "<Leader>" },
|
||||
|
|
@ -281,13 +281,13 @@ miniclue.setup({
|
|||
|
||||
clues = {
|
||||
-- Enhance this by adding descriptions for <Leader> mapping groups
|
||||
miniclue.gen_clues.square_brackets(),
|
||||
miniclue.gen_clues.builtin_completion(),
|
||||
miniclue.gen_clues.g(),
|
||||
miniclue.gen_clues.marks(),
|
||||
miniclue.gen_clues.registers(),
|
||||
miniclue.gen_clues.windows(),
|
||||
miniclue.gen_clues.z(),
|
||||
clue.gen_clues.square_brackets(),
|
||||
clue.gen_clues.builtin_completion(),
|
||||
clue.gen_clues.g(),
|
||||
clue.gen_clues.marks(),
|
||||
clue.gen_clues.registers(),
|
||||
clue.gen_clues.windows(),
|
||||
clue.gen_clues.z(),
|
||||
},
|
||||
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue