7 lines
112 B
Nix
7 lines
112 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
tabline = {
|
|
nvimBufferline.enable = true;
|
|
};
|
|
};
|
|
}
|