new stuff

This commit is contained in:
nikkitschierske 2024-01-31 12:23:48 +01:00
parent cb4e930158
commit 0cde876788
No known key found for this signature in database
5 changed files with 60 additions and 8 deletions

View file

@ -0,0 +1,6 @@
return {
"aznhe21/actions-preview.nvim",
config = function()
vim.keymap.set({"v", "n"}, "gf", require("actions-preview").code_actions)
end,
}