pkgs(nixvim): Set colorscheme and enable lualine plugin

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent cdf7e9908a
commit 9466308478
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,2 +1,9 @@
{...}: {
colorschemes.gruvbox-material = {
enable = true;
autoLoad = true;
};
plugins = {
bufferline.enable = true;
};
}