mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
fix: basic flake check should work now (#74)
This commit is contained in:
parent
4880459702
commit
78f5f36738
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ config, pkgs, lib, helpers, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.plugins.lspkind;
|
cfg = config.plugins.lspkind;
|
||||||
|
helpers = import ../helpers.nix { inherit lib; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.plugins.lspkind = {
|
options.plugins.lspkind = {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ config, pkgs, lib, helpers, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.plugins.trouble;
|
cfg = config.plugins.trouble;
|
||||||
|
helpers = import ../helpers.nix { inherit lib; };
|
||||||
in
|
in
|
||||||
with lib;
|
with lib;
|
||||||
# with helpers;
|
# with helpers;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue