plugins/nvim-web-devicons: init

This commit is contained in:
refaelsh 2024-09-05 16:56:34 +00:00 committed by Austin Horstman
parent 8ae9e4d8a1
commit 83aed0e6a3
No known key found for this signature in database
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.web-devicons.enable = true;
};
}