1
Fork 0

feat: random push

This commit is contained in:
Matei Adriel 2022-04-06 23:19:19 +03:00
commit 94c8aa2189
5 changed files with 20 additions and 12 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -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
},