From a3325b372a5d114a047efa8043c69f1b43f428b1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Aug 2023 08:31:52 +0100 Subject: [PATCH] feat(nvim): add vim-sort-motion Re-add a plugin to add a text object and motion to sort lines. This means I can run commands like `gsip` to sort lines within a paragraph without needing to select them first. https://github.com/christoomey/vim-sort-motion --- system/shared/home-manager.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/shared/home-manager.nix b/system/shared/home-manager.nix index 6b47171..e2e9a97 100644 --- a/system/shared/home-manager.nix +++ b/system/shared/home-manager.nix @@ -519,6 +519,7 @@ in vimPlugins.vim-polyglot vimPlugins.vim-repeat vimPlugins.vim-sleuth + vimPlugins.vim-sort-motion vimPlugins.vim-surround vimPlugins.vim-terraform vimPlugins.vim-test