mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
* Added simple flake template * Added readme to template * Updated readme to show how to use the template * Formatting * removed unused file from template * Fixed template url and pkgs * Formatting
5 lines
53 B
Nix
5 lines
53 B
Nix
{
|
|
plugins.bufferline = {
|
|
enable = true;
|
|
};
|
|
}
|