formatting change.

This commit is contained in:
Gabe Venberg 2025-06-27 20:33:07 +02:00
parent 13f12bf90e
commit 221524709e

View file

@ -8,9 +8,7 @@
lib.mkIf (config.user.nvim.enable-lsp && config.user.nvim.enable)
{
programs.nixvim = {
plugins.rustaceanvim = {
enable = true;
};
plugins.rustaceanvim.enable = true;
};
};
}