Switch swap building fff to nix
This commit is contained in:
parent
e144b14e59
commit
029b5d6406
1 changed files with 1 additions and 5 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"dmtrKovalenko/fff.nvim",
|
"dmtrKovalenko/fff.nvim",
|
||||||
build = function()
|
build = "nix run .#release",
|
||||||
-- 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