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/plugins.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home/neovim/plugins.nix') diff --git a/home/neovim/plugins.nix b/home/neovim/plugins.nix index 89cd6e7..1e0a707 100644 --- a/home/neovim/plugins.nix +++ b/home/neovim/plugins.nix @@ -1,8 +1,9 @@ # This module sets up and configures various miscellaneous plugins. - -{ pkgs, lib, ... }: - { + pkgs, + lib, + ... +}: { programs.neovim.plugins = [ { plugin = pkgs.vimPlugins.vim-localvimrc; -- cgit v1.2.3