Use nvim kickstarter over lazyvim
This commit is contained in:
parent
d367331da0
commit
3f9f750476
54 changed files with 1764 additions and 5 deletions
10
home/dot_config/nvim/lua/custom/plugins/copy-reference.lua
Normal file
10
home/dot_config/nvim/lua/custom/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