fix(nvim): ensure dapui setup is called

This commit is contained in:
Price Hiller 2024-02-08 23:46:50 -06:00
parent 2947acc600
commit e76eb1a481
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -2,6 +2,9 @@ return {
{
"rcarriga/nvim-dap-ui",
event = { "BufReadPre", "BufNewFile" },
config = function()
require("dapui").setup()
end,
keys = {
{
"<leader>dt",