mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update which-key
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user