Skip to content

Commit

Permalink
feat(programs/neovim): use custom ctp-nvim fork with better tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Dec 25, 2024
1 parent 50b1d74 commit 75e3fd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions users/uncenter/programs/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ let
version = "0.1.0";
src = inputs.tree-sitter-tera;
};
catppuccin-nvim-fork = pkgs.fetchFromGitHub {
owner = "uncenter";
repo = "ctp-nvim";
rev = "ee1620453f62d6a0a262bfd63963934ecf862f2b"; # patch-1 branch
hash = "sha256-lgeYab1S2uzF84DY2cENubiP53/TeKN4Fp+RI28iL2U=";
};
in
{
programs.nixvim = {
Expand All @@ -28,6 +34,7 @@ in

colorschemes.catppuccin = {
enable = true;
package = catppuccin-nvim-fork;

settings = {
flavour = config.catppuccin.flavor;
Expand Down

0 comments on commit 75e3fd0

Please sign in to comment.