Nvim: enable nvim-dap plugin for neodev

main
Marko Korhonen 2 months ago
parent 388d23663c
commit 1c47bedc93
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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,
},

Loading…
Cancel
Save