dotfiles/home/dot_config/lvim/lua/plugins/copy-reference.lua

11 lines
185 B
Lua
Raw Normal View History

2024-12-03 10:50:49 +00:00
return {
"ranelpadon/python-copy-reference.vim",
keys = {
{
"<leader>rd",
"<cmd>PythonCopyReferenceDotted <CR>",
desc = "Copy Dotted Reference",
},
},
}