diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 22:30:31 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 22:30:31 +0200 |
commit | 7c59604994248c083dbbcd0f648e641863969532 (patch) | |
tree | a88366b5969531f1d0043e62d1ded69eee88b748 /home-manager | |
parent | Fix(hm/conf/neovim): Add linter and formatters to the wrapped neovim (diff) | |
download | nixos-config-7c59604994248c083dbbcd0f648e641863969532.tar.gz nixos-config-7c59604994248c083dbbcd0f648e641863969532.zip |
Fix(hm/conf/neovim): Put the config file heading at the top
Diffstat (limited to 'home-manager')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/default.nix b/home-manager/soispha/config/neovim/nixvim/default.nix index 8fc6a05e..93729501 100644 --- a/home-manager/soispha/config/neovim/nixvim/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/default.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{pkgs, lib, ...}: { imports = [ ./autocmds ./clipboard @@ -10,7 +10,7 @@ enable = true; # source: https://www.patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=Neovim - extraConfigLuaPre = '' + extraConfigLuaPre = lib.mkBefore '' --------------------------------------------------------------------------- -- -- ███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗ |