Migrate to NvChad v2.5
This commit is contained in:
22
lua/mappings.lua
Normal file
22
lua/mappings.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
require "nvchad.mappings"
|
||||
local M = {}
|
||||
|
||||
M.dap = {
|
||||
plugin = true,
|
||||
n = {
|
||||
["<leader>db"] = {"<cmd> DapToggleBreakpoint <CR>"}
|
||||
}
|
||||
}
|
||||
|
||||
M.dap_python = {
|
||||
plugin = true,
|
||||
n = {
|
||||
["<leader>dpr"] = {
|
||||
function()
|
||||
require('dap-python').test_method()
|
||||
end
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user