Change from nix run to generic system wide non nix solution

This commit is contained in:
Martin Larsson 2025-12-25 13:41:23 +01:00
parent f78e7d9951
commit e52e687dff

View file

@ -1,6 +1,10 @@
return {
"dmtrKovalenko/fff.nvim",
build = "nix run .#release",
build = function()
-- this will download prebuild binary or try to use existing rustup toolchain to build from source
-- (if you are using lazy you can use gb for rebuilding a plugin if needed)
require("fff.download").download_or_build_binary()
end,
lazy = false,
keys = {
{