Added nixvim as a flake input in flake.nix Added plugin definitions ini home-manager/stvnliu/nixvim/ Added configuration options for easy toggling for editors
5 lines
50 B
Nix
5 lines
50 B
Nix
{
|
|
plugins = {
|
|
trouble.enable = true;
|
|
};
|
|
}
|