chore: remove unused nvim plugins
This commit is contained in:
@@ -25,36 +25,6 @@ M["rust-tools"] = {
|
||||
},
|
||||
}
|
||||
|
||||
M.dap = {
|
||||
n = {
|
||||
["<leader>dt"] = {
|
||||
"<cmd> DapToggleBreakpoint <CR>",
|
||||
"Toggle breakpoint",
|
||||
},
|
||||
["<leader>dr"] = {
|
||||
"<cmd> DapContinue <CR>",
|
||||
"Continue Debugging",
|
||||
},
|
||||
["<leader>dc"] = {
|
||||
"<cmd> DapTerminate <CR>",
|
||||
"Close Debugger",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
M.dap_python = {
|
||||
plugin = true,
|
||||
|
||||
n = {
|
||||
["<leader>dpr"] = {
|
||||
function()
|
||||
require("dap-python").test_method()
|
||||
end,
|
||||
"Debug test method",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
M.lazygit = {
|
||||
n = {
|
||||
["<leader>gg"] = {
|
||||
@@ -64,19 +34,6 @@ M.lazygit = {
|
||||
},
|
||||
}
|
||||
|
||||
M.dadbodui = {
|
||||
n = {
|
||||
["<leader>db"] = {
|
||||
"<cmd> DBUIToggle <CR>",
|
||||
"Toggle DB UI",
|
||||
},
|
||||
["<leader>dn"] = {
|
||||
"<cmd> DBUIAddConnection <CR>",
|
||||
"Add new database connection",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
M.noice = {
|
||||
n = {
|
||||
["<leader>nl"] = {
|
||||
|
||||
Reference in New Issue
Block a user