Added web-devicons

This commit is contained in:
EsVagy42 2025-03-02 20:15:47 +00:00
parent 602ab99fbb
commit 438355fca2
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
./treesitter-context.nix ./treesitter-context.nix
./treesitter-textobjects.nix ./treesitter-textobjects.nix
./telescope.nix ./telescope.nix
./web-devicons.nix
]; ];
opts = { opts = {
number = true; number = true;

1
config/web-devicons.nix Normal file
View file

@ -0,0 +1 @@
{ plugins = { web-devicons = { enable = true; }; }; }