We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe7567 commit 7327e00Copy full SHA for 7327e00
lua/keymap/helpers.lua
@@ -66,7 +66,7 @@ _G._toggle_lazygit = function()
66
end
67
68
69
-_G.async_compile_and_debug = function()
+_G._async_compile_and_debug = function()
70
local file_ext = vim.fn.expand("%:e")
71
local file_path = vim.fn.expand("%:p")
72
local out_name = vim.fn.expand("%:p:h") .. "/" .. vim.fn.expand("%:t:r") .. ".out"
lua/keymap/tool.lua
@@ -127,7 +127,7 @@ local plug_map = {
127
128
-- Plugin: dap
129
["n|<F6>"] = map_callback(function()
130
- async_compile_and_debug()
+ _async_compile_and_debug()
131
end)
132
:with_noremap()
133
:with_silent()
0 commit comments