fix: update neovim configs

This commit is contained in:
2026-03-25 15:45:19 +05:00
parent b0fcc8e7bd
commit 5ccf595db2
9 changed files with 48 additions and 123 deletions

View File

@@ -27,12 +27,6 @@ M['rust-tools'] = {
M.dap = {
n = {
["<leader>dl"] = {
function ()
require("dap")
end,
"Load DAP",
},
["<leader>dt"] = {
"<cmd> DapToggleBreakpoint <CR>",
"Toggle breakpoint",
@@ -61,25 +55,6 @@ M.dap_python = {
}
}
M.dap_go = {
plugin = true,
n = {
["<leader>gdt"] = {
function ()
require("dap-go").debug_test()
end,
"Debug go test",
},
["<leader>gdl"] = {
function ()
require("dap-go").debug_last()
end,
"Toggle breakpoint",
},
}
}
M.lazygit = {
n = {
["<leader>gg"] = {
@@ -142,19 +117,6 @@ M.worktree = {
},
}
M.neorg = {
n = {
["<leader>ni"] = {
"<cmd> Neorg index <CR>",
"Neorg index",
},
["<leader>nr"] = {
"<cmd> Neorg return <CR>",
"Return from index",
},
},
}
M.general = {
n = {
["<C-q>"] = {