chore: update nvim-updater configuration for GitHub releases

This commit is contained in:
2024-11-03 01:00:55 -04:00
parent 9586f22709
commit 05d678de7c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ local data = require("data")
return { -- Neovim Updater
"rootiest/nvim-updater.nvim",
lazy = true,
version = "*", -- Pin to GitHub releases
lazy = false,
opts = {
build_type = "RelWithDebInfo",
branch = "master",
+1 -1
View File
@@ -331,7 +331,7 @@ return { -- Lualine
on_click = function()
require("nvim_updater").show_new_commits({
isupdate = true,
short = true,
short = false,
})
end,
padding = { left = 1, right = 1 },