diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-03 14:55:34 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-03 14:55:34 +0200 |
| commit | cce36b1fc55f03874f31ebe860f1e2042fa055ef (patch) | |
| tree | 4565ee591a3926fba1a23d91dbcdf4f78493e5b9 /lua/user/opts.lua | |
| parent | 05a9818bfbeb5ed10486d0a7c832a3155bb449a5 (diff) | |
| download | dotfiles-cce36b1fc55f03874f31ebe860f1e2042fa055ef.tar.gz dotfiles-cce36b1fc55f03874f31ebe860f1e2042fa055ef.zip | |
Buffer close confirm set to false
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
