1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/mini-statusline: init

This commit is contained in:
Heitor Augusto 2025-05-24 17:27:57 -03:00 committed by Austin Horstman
parent f93cdcb034
commit f79250de79
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
empty = {
plugins.mini-statusline.enable = true;
};
example = {
plugins.mini-statusline = {
enable = true;
settings = {
use_icons = false;
};
};
};
}