diff --git a/nvim/after/plugin/dap.lua b/nvim/after/plugin/dap.lua index 4603040..9a6c4bd 100644 --- a/nvim/after/plugin/dap.lua +++ b/nvim/after/plugin/dap.lua @@ -26,4 +26,6 @@ local lldb = { require('dap').configurations.rust = { lldb -- different debuggers or more configurations can be used here -} \ No newline at end of file +} + +require('dap-ui').setup{} \ No newline at end of file