From 7e27f6f2250bd4e0faa5d5e626dce541a8bb22e4 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 1 Oct 2023 22:43:58 +0200 Subject: Use alejandra formatter --- home/neovim/completion.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home/neovim/completion.nix') diff --git a/home/neovim/completion.nix b/home/neovim/completion.nix index f3be603..70d6e1a 100644 --- a/home/neovim/completion.nix +++ b/home/neovim/completion.nix @@ -1,8 +1,9 @@ # This module sets up auto completion for Neovim. - -{ pkgs, lib, ... }: - { + pkgs, + lib, + ... +}: { programs.neovim.plugins = with pkgs.vimPlugins; [ # This is the actual completion engine. { -- cgit v1.2.3