Nvim: csv and action preview

This commit is contained in:
Robert Kmieć
2023-10-29 23:16:16 +01:00
parent c436875e4b
commit 050795801f
4 changed files with 36 additions and 1 deletions

View File

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