mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Nvim: confirm quit
This commit is contained in:
parent
6de4b65ab8
commit
f4c7e18482
@ -22,5 +22,8 @@ g.neovide_cursor_vfx_mode = "railgun"
|
||||
-- Enable dark/light theme detection
|
||||
g.neovide_theme = "auto"
|
||||
|
||||
-- Confirm quit
|
||||
g.neovide_confirm_quit = true
|
||||
|
||||
-- Set font
|
||||
--o.guifont = "Hack Nerd Font Mono:h15"
|
||||
|
5
home/.config/nvim/lua/plugins/confirm-quit.lua
Normal file
5
home/.config/nvim/lua/plugins/confirm-quit.lua
Normal file
@ -0,0 +1,5 @@
|
||||
return {
|
||||
"yutkat/confirm-quit.nvim",
|
||||
event = "CmdlineEnter",
|
||||
config = true,
|
||||
}
|
@ -19,7 +19,6 @@ return {
|
||||
action = "Telescope find_files",
|
||||
key = "f",
|
||||
},
|
||||
{ icon = "❌ ", desc = "Quit", action = "q", key = "q" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user