Skip to content

Commit

Permalink
feat(nvim): enable icons in telescope search
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhoenle committed Jul 14, 2024
1 parent 8cbae03 commit 9d9ac58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/neovim/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
sha256 = "sha256-Z4Icv7c/fK55plk0y/lEsoWDhLc8VixjQyyO6WdTOVw=";
};
};
nvim-dev-webicons = pkgs.vimUtils.buildVimPlugin {
name = "nvim-dev-webicons";
src = pkgs.fetchFromGitHub {
owner = "nvim-tree";
repo = "nvim-dev-webicons";
rev = "925e2aa30dc9fe9332060199c19f132ec0f3d493";
sha256 = "+T88roJ4pa7/2p2Bdevn+wTNAXgGmB+QkaLRq2rtUUQ=";
};
};
in
[
nvim-treesitter.withAllGrammars
Expand All @@ -53,6 +62,8 @@
telescope-nvim
telescope-fzf-native-nvim

nvim-dev-webicons

undotree
vim-fugitive
gitsigns-nvim
Expand Down

0 comments on commit 9d9ac58

Please sign in to comment.