chore: update nvim-updater configuration for GitHub releases
This commit is contained in:
@@ -2,7 +2,8 @@ local data = require("data")
|
|||||||
|
|
||||||
return { -- Neovim Updater
|
return { -- Neovim Updater
|
||||||
"rootiest/nvim-updater.nvim",
|
"rootiest/nvim-updater.nvim",
|
||||||
lazy = true,
|
version = "*", -- Pin to GitHub releases
|
||||||
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
build_type = "RelWithDebInfo",
|
build_type = "RelWithDebInfo",
|
||||||
branch = "master",
|
branch = "master",
|
||||||
|
|||||||
@@ -331,7 +331,7 @@ return { -- Lualine
|
|||||||
on_click = function()
|
on_click = function()
|
||||||
require("nvim_updater").show_new_commits({
|
require("nvim_updater").show_new_commits({
|
||||||
isupdate = true,
|
isupdate = true,
|
||||||
short = true,
|
short = false,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
padding = { left = 1, right = 1 },
|
padding = { left = 1, right = 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user