Use nvim kickstarter over lazyvim

This commit is contained in:
Maximilian Friedersdorff 2025-09-30 22:08:24 +01:00
parent d367331da0
commit 3f9f750476
54 changed files with 1764 additions and 5 deletions

View file

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