fix: warning message due to removed option in auto-save.nvim

This commit is contained in:
Kyren223
2024-10-17 20:02:14 +03:00
parent 783ea19f73
commit 4dced9d79c

View File

@@ -23,7 +23,7 @@ return {
})
return {
execution_message = { enabled = false },
-- execution_message = { enabled = false }, removed
condition = function(buf)
-- Save only if the buffer is not a "special buffer"
return vim.fn.getbufvar(buf, '&buftype') == ''