diff options
author | Silas Schöffel <sils@sils.li> | 2024-12-06 14:33:13 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-12-06 14:33:13 +0100 |
commit | 3f5df2ba5536e50498c12e39e6a8cabb42ad27e1 (patch) | |
tree | f16b7e87a4281d1dceb77e341c1e2aebf194f7ad | |
parent | nixvim: rename plugins.treesitter.indent to plugins.treesitter.settings.inden... (diff) | |
download | nix-config-3f5df2ba5536e50498c12e39e6a8cabb42ad27e1.tar.gz nix-config-3f5df2ba5536e50498c12e39e6a8cabb42ad27e1.zip |
nixvim: enable web-devicons
-rw-r--r-- | hm/nixvim/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index d8c833d..0ecfbb9 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -187,5 +187,8 @@ pkgs: { vimtex = { enable = true; }; + web-devicons = { + enable = true; + }; }; } |