Nvim: enable nvim-dap plugin for neodev
This commit is contained in:
parent
3b486b15d9
commit
046fb6f7e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue