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
|
return { -- Neovim Updater
|
||||||
"rootiest/nvim-updater.nvim",
|
"rootiest/nvim-updater.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
verbose = true,
|
verbose = false,
|
||||||
check_for_updates = true,
|
check_for_updates = true,
|
||||||
update_interval = (60 * 60) * 6, -- 6 hours
|
update_interval = (60 * 60) * 6, -- 6 hours
|
||||||
default_keymaps = false,
|
default_keymaps = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user