mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
intellitab: fix wrong cfg
This commit is contained in:
parent
7bf2de6735
commit
809aeb7561
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.plugins.comment-nvim;
|
cfg = config.plugins.intellitab;
|
||||||
defs = import ../plugin-defs.nix { inherit pkgs; };
|
defs = import ../plugin-defs.nix { inherit pkgs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue