From 3218974b0db2d983d95a99cc8941750089e58180 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 30 May 2024 10:56:19 +0200 Subject: use vim easy align --- profiles/core/configuration.nix | 5 +++-- profiles/core/neovim.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix index 0d322bb..c381650 100644 --- a/profiles/core/configuration.nix +++ b/profiles/core/configuration.nix @@ -41,8 +41,6 @@ }; environment.systemPackages = with pkgs; [ - man-pages - man-pages-posix vim wget git @@ -70,7 +68,10 @@ mediainfo bat openpomodoro-cli + coreutils ] ++ (optionals (!machine.isDarwin) [ + man-pages + man-pages-posix pkgsi686Linux.glibc gdb pciutils diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 0292b9a..5f6df01 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -81,6 +81,7 @@ vim-surround conform-nvim trouble-nvim + vim-easy-align # cmp nvim-cmp -- cgit v1.2.3