diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-06-28 22:37:47 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-06-28 23:23:08 -0700 |
| commit | 83058ca0edcf0b2165dfba5d2574554af71ccfb2 (patch) | |
| tree | 76e7ed787ff0004cab674b9897e5bf9a811aa37d /modules/home/tools | |
| parent | 3957cbd8eb40b99d56d245d668d486a8548afcf3 (diff) | |
nixvim: enable web-devicons
Diffstat (limited to 'modules/home/tools')
| -rw-r--r-- | modules/home/tools/neovim/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/tools/neovim/default.nix b/modules/home/tools/neovim/default.nix index 0cac0c2..e3e4ceb 100644 --- a/modules/home/tools/neovim/default.nix +++ b/modules/home/tools/neovim/default.nix @@ -34,6 +34,8 @@ in { plugins.nix.enable = true; plugins.trouble.enable = true; + + plugins.web-devicons.enable = true; }; }; } |