WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit c6fedc99f0 - Show all commits

View file

@ -2,6 +2,9 @@
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { return {
"mfussenegger/nvim-dap", "mfussenegger/nvim-dap",
dependencies = {
{ "rcarriga/nvim-dap-ui", config = true },
},
config = function() config = function()
local dap = require("dap") local dap = require("dap")