Skip to content

Commit

Permalink
Update nixvim
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfmaster committed Aug 3, 2023
1 parent f944fb9 commit 3f768e4
Show file tree
Hide file tree
Showing 19 changed files with 547 additions and 783 deletions.
326 changes: 306 additions & 20 deletions flake.lock

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
inputs.nixpkgs.follows = "nixos";
};
nixvim = {
url = "github:pta2002/nixvim";
url = "github:nix-community/nixvim";
# url = "/home/luc/repos/nixvim";
inputs.nixpkgs.follows = "nixos";
};
arkenfox.url = "github:dwarfmaster/arkenfox-nixos";
Expand Down Expand Up @@ -109,6 +110,10 @@
tree-sitter-make-grammar =
super.callPackage
(nixos + "/pkgs/development/tools/parsing/tree-sitter/grammar.nix") {};
inherit (unstable.legacyPackages.${super.system})
csharp-ls
vscode-langservers-extracted
nixd;
}
// packages self super;
variants = self: super: pkgs-variants super.system;
Expand Down
Empty file added modules/nixvim/.gitkeep
Empty file.
Loading

0 comments on commit 3f768e4

Please sign in to comment.