Fiddle with prompt, add vim plugin
This commit is contained in:
parent
aaebee5229
commit
3927ad9ff4
2 changed files with 19 additions and 136 deletions
10
home/dot_config/nvim/lua/plugins/copy-reference.lua
Normal file
10
home/dot_config/nvim/lua/plugins/copy-reference.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"ranelpadon/python-copy-reference.vim",
|
||||
keys = {
|
||||
{
|
||||
"<leader>rd",
|
||||
"<cmd>PythonCopyReferenceDotted <CR>",
|
||||
desc = "Copy Dotted Reference",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue