about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorIvan Kovnatsky <75213+ivankovnatsky@users.noreply.github.com>2022-08-18 23:01:51 +0300
committerGitHub <noreply@github.com>2022-08-18 22:01:51 +0200
commit8711a6f35351bea17c6d27e486913aa060600b77 (patch)
tree01b1de13142d2bc05d229e1e04ca7758f1028ae2 /pkgs/applications/editors/vim
parentc79d832a804771b4c6d80047b67fafd88145d4e2 (diff)
downloadnixlib-8711a6f35351bea17c6d27e486913aa060600b77.tar
nixlib-8711a6f35351bea17c6d27e486913aa060600b77.tar.gz
nixlib-8711a6f35351bea17c6d27e486913aa060600b77.tar.bz2
nixlib-8711a6f35351bea17c6d27e486913aa060600b77.tar.lz
nixlib-8711a6f35351bea17c6d27e486913aa060600b77.tar.xz
nixlib-8711a6f35351bea17c6d27e486913aa060600b77.tar.zst
nixlib-8711a6f35351bea17c6d27e486913aa060600b77.zip
vimPlugins.trim-nvim: init at 2022-06-16 (#187295)
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index a6f5c1ba8ee0..3c67131f6e18 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -7673,6 +7673,18 @@ final: prev:
     meta.homepage = "https://github.com/tremor-rs/tremor-vim/";
   };
 
+  trim-nvim = buildVimPluginFrom2Nix {
+    pname = "trim.nvim";
+    version = "2022-06-16";
+    src = fetchFromGitHub {
+      owner = "cappyzawa";
+      repo = "trim.nvim";
+      rev = "ab366eb0dd7b3faeaf90a0ec40c993ff18d8c068";
+      sha256 = "0lxc593rys5yi35iabqgqxi18lsk2jp78f3wdksmkxclf9j7xmbw";
+    };
+    meta.homepage = "https://github.com/cappyzawa/trim.nvim/";
+  };
+
   trouble-nvim = buildVimPluginFrom2Nix {
     pname = "trouble.nvim";
     version = "2022-05-09";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 2dd0297e293d..20ef2c08aee0 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -643,6 +643,7 @@ https://github.com/folke/tokyonight.nvim/,,
 https://github.com/markonm/traces.vim/,,
 https://github.com/tjdevries/train.nvim/,,
 https://github.com/tremor-rs/tremor-vim/,,
+https://github.com/cappyzawa/trim.nvim/,,
 https://github.com/folke/trouble.nvim/,,
 https://github.com/jgdavey/tslime.vim/,,
 https://github.com/Quramy/tsuquyomi/,,