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 {
|
||||
vim = {
|
||||
startPlugins = [
|
||||
cfg.name
|
||||
];
|
||||
startPlugins = [cfg.name];
|
||||
luaConfigRC = {
|
||||
theme = entryBefore ["pluginConfigs"] ''
|
||||
${cfg.extraConfig}
|
||||
|
|
Loading…
Add table
Reference in a new issue