mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
theme/theme.nix: fix formatting
This commit is contained in:
parent
9c9dd1d670
commit
42e122ac6c
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = [
|
startPlugins = [cfg.name];
|
||||||
cfg.name
|
|
||||||
];
|
|
||||||
luaConfigRC = {
|
luaConfigRC = {
|
||||||
theme = entryBefore ["pluginConfigs"] ''
|
theme = entryBefore ["pluginConfigs"] ''
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
|
|
Loading…
Add table
Reference in a new issue