Skip to content

Commit

Permalink
fix(dial-nvim): remove unnecessary keys table
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 16, 2024
1 parent 41d6ed9 commit ea92faa
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions lua/astrocommunity/editing-support/dial-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
return {
"monaqa/dial.nvim",
lazy = true,
keys = {
"<C-a>",
"<C-x>",
"g<C-a>",
"g<C-x>",
{
mode = "v",
"<C-a>",
},
{
mode = "v",
"<C-x>",
},
{
mode = "x",
"g<C-a>",
},
{
mode = "x",
"g<C-x>",
},
},
dependencies = {
{
"AstroNvim/astrocore",
Expand Down

1 comment on commit ea92faa

@luxus
Copy link
Member

@luxus luxus commented on ea92faa Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i actually was wondering why i was in the file after the last PR

Please sign in to comment.