mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
7 lines
91 B
Nix
7 lines
91 B
Nix
|
{
|
||
|
# Import all your configuration modules here
|
||
|
imports = [
|
||
|
./bufferline.nix
|
||
|
];
|
||
|
}
|