fix(nvim): build fixes
This commit is contained in:
parent
44da2b9604
commit
86c3bbc1e6
@ -59,7 +59,7 @@
|
|||||||
# ./utils/hardtime.nix # hints to get better at vim
|
# ./utils/hardtime.nix # hints to get better at vim
|
||||||
# ./utils/harpoon.nix # better navigation between files & terminals
|
# ./utils/harpoon.nix # better navigation between files & terminals
|
||||||
./utils/illuminate.nix # highlight other uses of current word
|
./utils/illuminate.nix # highlight other uses of current word
|
||||||
./utils/markdown-preview.nix
|
# ./utils/markdown-preview.nix
|
||||||
./utils/mini.nix # lots of utilities
|
./utils/mini.nix # lots of utilities
|
||||||
./utils/neoconf.nix
|
./utils/neoconf.nix
|
||||||
# ./utils/neodev.nix # lua development
|
# ./utils/neodev.nix # lua development
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
icons = import ./config/icons.nix;
|
icons = import ./config/icons.nix;
|
||||||
pkgsMaster = inputs.master.legacyPackages.${system};
|
pkgsMaster = inputs.master.legacyPackages.${system};
|
||||||
nixvimModule = {
|
nixvimModule = {
|
||||||
pkgs = inputs.unstable.legacyPackages.${system};
|
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||||
module = import ./config;
|
module = import ./config;
|
||||||
extraSpecialArgs = {inherit icons pkgsMaster;};
|
extraSpecialArgs = {inherit icons pkgsMaster;};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user