From cce36b1fc55f03874f31ebe860f1e2042fa055ef Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 3 Mar 2023 14:55:34 +0200 Subject: Buffer close confirm set to false --- lua/user/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 2bbf776..1e60795 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -154,7 +154,7 @@ vim.opt.wrapscan = true -- " Searches wrap around end-of-file. --vim.opt.foldmethod = "expr" -- vim.opt.foldmethod = "manual" vim.opt.foldlevel = 3 -vim.opt.confirm = true +vim.opt.confirm = false vim.opt.shortmess:append("sI") --vim.opt.shortmess = "a" --vim.opt.shortmess = "sI" -- cgit v1.2.3