mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
This template uses the lower-level `evalNixvim` function to work directly with nixvim configurations, instead of the prior idiom of using `makeNixvim` to produce nixvim packages. Additionally, the template is build on flake.parts, and demonstrates using our recently added flakeModules.
6 lines
85 B
Nix
6 lines
85 B
Nix
{
|
|
plugins = {
|
|
bufferline.enable = true;
|
|
web-devicons.enable = true;
|
|
};
|
|
}
|