feat: random push
This commit is contained in:
parent
f7cb914dd1
commit
94c8aa2189
5 changed files with 20 additions and 12 deletions
dotfiles/neovim/lua/my/plugins
|
@ -22,7 +22,7 @@ function M.setup()
|
|||
for key, value in pairs(idrisChords) do
|
||||
arpeggio.chord("n", "i" .. key,
|
||||
":lua require('idris2.code_action')." ..
|
||||
value .. "()<CR>")
|
||||
value .. "()<CR>", {settings = "b"})
|
||||
end
|
||||
end
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue