Nvim: only enable confirm quit plugin in neovide

This commit is contained in:
Marko Korhonen 2024-01-23 09:21:25 +02:00
parent 3c7ff8b7fb
commit 4994c68d83

View file

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