Change from nix run to generic system wide non nix solution
This commit is contained in:
parent
f78e7d9951
commit
e52e687dff
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
return {
|
return {
|
||||||
"dmtrKovalenko/fff.nvim",
|
"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,
|
lazy = false,
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue