13 lines
229 B
Nix
13 lines
229 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
tabline = {
|
|
nvimBufferline = {
|
|
enable = true;
|
|
setupOpts = {
|
|
style_preset = "minimal";
|
|
themable = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|