Update which-key

This commit is contained in:
2024-07-14 22:06:04 +03:00
parent 8b61c3654a
commit e37dff7e99
4 changed files with 142 additions and 139 deletions

View File

@@ -31,6 +31,7 @@ return {
require("dap-python").test_method()
end,
desc = "Test [M]ethod",
ft = "python",
},
{
"<leader>dpc",
@@ -38,6 +39,7 @@ return {
require("dap-python").test_class()
end,
desc = "Test [C]lass",
ft = "python",
},
{
"<leader>dps",
@@ -45,6 +47,7 @@ return {
require("dap-python").debug_selection()
end,
desc = "Debug [S]election",
ft = "python",
},
{
"<leader>dt",