Nvim: confirm quit

This commit is contained in:
Marko Korhonen 2023-11-22 16:18:01 +02:00
parent 7b4f647d0a
commit 825b49ad06
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
return {
"yutkat/confirm-quit.nvim",
event = "CmdlineEnter",
config = true,
}

View file

@ -19,7 +19,6 @@ return {
action = "Telescope find_files",
key = "f",
},
{ icon = "", desc = "Quit", action = "q", key = "q" },
},
},
},