chore: update nvim-updater configuration for GitHub releases
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user