fix: change verbosity setting to false in nvim-updater configuration
This commit is contained in:
@@ -3,7 +3,7 @@ local data = require("data")
|
||||
return { -- Neovim Updater
|
||||
"rootiest/nvim-updater.nvim",
|
||||
opts = {
|
||||
verbose = true,
|
||||
verbose = false,
|
||||
check_for_updates = true,
|
||||
update_interval = (60 * 60) * 6, -- 6 hours
|
||||
default_keymaps = false,
|
||||
|
||||
Reference in New Issue
Block a user