Fiddle with prompt, add vim plugin

This commit is contained in:
Maximilian Friedersdorff 2024-12-03 10:50:49 +00:00
parent aaebee5229
commit 3927ad9ff4
2 changed files with 19 additions and 136 deletions

View file

@ -0,0 +1,10 @@
return {
"ranelpadon/python-copy-reference.vim",
keys = {
{
"<leader>rd",
"<cmd>PythonCopyReferenceDotted <CR>",
desc = "Copy Dotted Reference",
},
},
}