WIP: Switch to NixOS #5
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