From e00e18b05f519c7f82031477d5759665abd890d1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 30 Jun 2024 09:31:12 -0400 Subject: alejandra -> nixfmt-rfc-style --- neovim.nix | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'neovim.nix') diff --git a/neovim.nix b/neovim.nix index 8819d3f..ef721a8 100644 --- a/neovim.nix +++ b/neovim.nix @@ -5,18 +5,19 @@ wrapNeovimUnstable, neovim-unwrapped, actionlint, - alejandra, beautysh, ripgrep, efm-langserver, nil, + nixfmt-rfc-style, nodePackages, shellcheck, statix, typos-lsp, vimPlugins-getchoo-nvim, ... -}: let +}: +let plugins = with vimPlugins; [ bufferline-nvim # dependent on > @@ -75,23 +76,24 @@ nodePackages.bash-language-server shellcheck nil - alejandra + nixfmt-rfc-style typos-lsp ]; - neovimConfig = neovimUtils.makeNeovimConfig { - plugins = plugins ++ [vimPlugins-getchoo-nvim]; - }; + neovimConfig = neovimUtils.makeNeovimConfig { plugins = plugins ++ [ vimPlugins-getchoo-nvim ]; }; in - wrapNeovimUnstable neovim-unwrapped ( - neovimConfig - // { - luaRcContent = '' - require("getchoo") - ''; - - wrapperArgs = - neovimConfig.wrapperArgs - ++ ["--suffix" "PATH" ":" "${lib.makeBinPath extraPackages}"]; - } - ) +wrapNeovimUnstable neovim-unwrapped ( + neovimConfig + // { + luaRcContent = '' + require("getchoo") + ''; + + wrapperArgs = neovimConfig.wrapperArgs ++ [ + "--suffix" + "PATH" + ":" + "${lib.makeBinPath extraPackages}" + ]; + } +) -- cgit v1.2.3