flake: update plugin inputs

This commit is contained in:
raf 2024-04-03 21:13:19 +03:00
commit db0df5c211
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
4 changed files with 163 additions and 139 deletions

View file

@ -49,7 +49,7 @@ in {
];
})
(mkIf (cfg.enable && cfg.ui.enable) {
vim.startPlugins = ["nvim-dap-ui"];
vim.startPlugins = ["nvim-dap-ui" "nvim-nio"];
vim.luaConfigRC.nvim-dap-ui = entryAfter ["nvim-dap"] (''
local dapui = require("dapui")