Nvim: only enable confirm quit plugin in neovide
This commit is contained in:
parent
3c7ff8b7fb
commit
4994c68d83
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue