mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/nvim-web-devicons: init
This commit is contained in:
parent
8ae9e4d8a1
commit
83aed0e6a3
3 changed files with 23 additions and 0 deletions
17
plugins/utils/web-devicons.nix
Normal file
17
plugins/utils/web-devicons.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.nixvim) defaultNullOpts;
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "web-devicons";
|
||||
originalName = "nvim-web-devicons";
|
||||
luaName = "nvim-web-devicons";
|
||||
package = "nvim-web-devicons";
|
||||
|
||||
maintainers = [ lib.maintainers.refaelsh ];
|
||||
|
||||
settingsExample = {
|
||||
color_icons = true;
|
||||
strict = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue