Skip to content

Commit

Permalink
Fix nixvim warning re: web-devicons
Browse files Browse the repository at this point in the history
```
trace: warning: Nixvim: `plugins.web-devicons` was enabled automatically because the following plugins are enabled.
This behaviour is deprecated. Please explicitly define `plugins.web-devicons.enable` or alternatively
enable `plugins.mini.enable` with `plugins.mini.modules.icons` and `plugins.mini.mockDevIcons`.
plugins.telescope
plugins.bufferline
```
  • Loading branch information
srid committed Sep 30, 2024
1 parent 63117ac commit 601f14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home/neovim/nixvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
plugins = {

# UI
web-devicons.enable = true;
lualine.enable = true;
bufferline.enable = true;
treesitter.enable = true;
Expand Down

0 comments on commit 601f14b

Please sign in to comment.