Nvim: enable nvim-dap plugin for neodev

This commit is contained in:
Marko Korhonen 2024-03-19 21:19:31 +02:00
parent 388d23663c
commit 1c47bedc93
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -7,7 +7,7 @@ return {
local dotfiles_path = tostring(vim.fn.expand("~/git/dotfiles"))
if string.find(root_dir, dotfiles_path, 1, true) then
library.enabled = true
library.plugins = true
library.plugins = { "nvim-dap-ui" }
end
end,
},