fix: ensure correct build type for Neovim source updates

This commit is contained in:
2024-09-13 22:22:51 -04:00
parent 2e75d39c2d
commit 35e9c0a010
+6 -1
View File
@@ -1,10 +1,15 @@
return { -- Neovim Updater
"rootiest/nvim-updater.nvim",
config = function()
require("nvim_updater").setup({})
require("nvim_updater").setup({
source_dir = vim.fn.expand("~/.local/src/neovim"),
build_type = "RelWithDebInfo",
branch = "master",
})
end,
cmd = {
"UpdateNeovim",
"RemoveNeovimSource",
},
keys = {
{