diff --git a/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua b/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua index c913ccf..7f2ffaf 100644 --- a/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua +++ b/home/dot_config/nvim/lua/custom/plugins/copy-reference.lua @@ -1,10 +1,10 @@ return { - "ranelpadon/python-copy-reference.vim", + 'ranelpadon/python-copy-reference.vim', keys = { { - "rd", - "PythonCopyReferenceDotted ", - desc = "Copy Dotted Reference", + 'rd', + 'PythonCopyReferenceDotted ', + desc = 'Yank [D]otted Reference', }, }, }