WIP: Switch to NixOS #5

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

View file

@ -1,7 +1,7 @@
-- Confirm before quit -- Confirm before quit
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { return {
enabled = vim.g.neovide == not nil, cond = vim.g.neovide == not nil,
"yutkat/confirm-quit.nvim", "yutkat/confirm-quit.nvim",
event = "CmdlineEnter", event = "CmdlineEnter",
opts = { opts = {