feat: Make cmd
This commit is contained in:
parent
9d922f8de5
commit
07c399dbd8
7 changed files with 197 additions and 7 deletions
|
@ -19,6 +19,6 @@ dap.listeners.before.event_exited["dapui_config"] = function()
|
|||
dapui.close()
|
||||
end
|
||||
|
||||
vim.api.nvim_create_user_command("DapUIFloat", function ()
|
||||
dapui.float_element()
|
||||
vim.api.nvim_create_user_command("DapUIFloat", function (at)
|
||||
dapui.float_element(at.args)
|
||||
end, {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue