From 225e8f0ec5c3dca68b2782c974d5f61459ed28d5 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 23 Oct 2023 19:52:38 +0200 Subject: [PATCH] add devicons to neovim --- home-manager/neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/neovim/default.nix b/home-manager/neovim/default.nix index bf774b8..fa27e23 100644 --- a/home-manager/neovim/default.nix +++ b/home-manager/neovim/default.nix @@ -34,6 +34,7 @@ cmp_luasnip nvim-treesitter.withAllGrammars bufferline-nvim + nvim-web-devicons ]; };