From 2e0a8f011f604cccf88fc7c7563bc16d07b86da0 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 14 Mar 2023 23:30:37 +0000 Subject: [PATCH] Added prelimenary ui line to test debugger --- nvim/after/plugin/dap.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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