mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
feat(extras): tags some extras as recommended
This commit is contained in:
parent
16eb3d9473
commit
ef3bd3bd02
10 changed files with 93 additions and 60 deletions
|
@ -15,6 +15,8 @@ end
|
|||
|
||||
return {
|
||||
"monaqa/dial.nvim",
|
||||
recommended = true,
|
||||
desc = "Increment and decrement numbers, dates, and more",
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<C-a>", function() return M.dial(true) end, expr = true, desc = "Increment", mode = {"n", "v"} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue