Compare commits
No commits in common. "027213cbcd198f49d9e7d45aa0fae3a53040a3cb" and "7a77ab8abb4dced5e997c0a03f749031b190f0b6" have entirely different histories.
027213cbcd
...
7a77ab8abb
1 changed files with 0 additions and 32 deletions
|
|
@ -1,32 +0,0 @@
|
|||
return {
|
||||
"protex/better-digraphs.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-telescope/telescope.nvim" },
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<C-k><C-k>",
|
||||
mode = "i",
|
||||
function()
|
||||
require("better-digraphs").digraphs("insert")
|
||||
end,
|
||||
desc = "Find Digraphs",
|
||||
},
|
||||
{
|
||||
"<C-k><C-k>",
|
||||
mode = "n",
|
||||
function()
|
||||
require("better-digraphs").digraphs("normal")
|
||||
end,
|
||||
desc = "Find Digraphs",
|
||||
},
|
||||
{
|
||||
"<C-k><C-k>",
|
||||
mode = "v",
|
||||
function()
|
||||
require("better-digraphs").digraphs("visual")
|
||||
end,
|
||||
desc = "Find Digraphs",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue