about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-03-16 14:58:35 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-16 21:33:20 +0100
commita21f5e24e84b191b452d7e47cb9c275b46ed01c3 (patch)
tree72f64aadc03d5c35ea7cccd00701558c15fbccce /pkgs/applications/editors/vim
parent6a44e8d6b261559a97d3f9c4e4fdc87173e781e9 (diff)
downloadnixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.tar
nixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.tar.gz
nixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.tar.bz2
nixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.tar.lz
nixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.tar.xz
nixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.tar.zst
nixlib-a21f5e24e84b191b452d7e47cb9c275b46ed01c3.zip
vimPlugins.virt-column-nvim: init at 2023-11-13
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 ac0a362547ac..5c8f612b9fcd 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -16985,5 +16985,17 @@ final: prev:
     meta.homepage = "https://github.com/jhradilek/vim-snippets/";
   };
 
+  virt-column-nvim = buildVimPlugin {
+    pname = "virt-column-nvim";
+    version = "2023-11-13";
+    src = fetchFromGitHub {
+      owner = "lukas-reineke";
+      repo = "virt-column.nvim";
+      rev = "b62b4ef0774d19452d4ed18e473e824c7a756f2f";
+      sha256 = "sha256-7ljjJ7UwN2U1xPCtsYbrKdnz6SGQGbM/HrxPTxNKlwo=";
+    };
+    meta.homepage = "https://github.com/lukas-reineke/virt-column.nvim/";
+  };
+
 
 }
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 36e9e7855c54..8a8b152607b8 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -1373,6 +1373,7 @@ https://github.com/puremourning/vimspector/,,
 https://github.com/lervag/vimtex/,,
 https://github.com/preservim/vimux/,,
 https://github.com/vimwiki/vimwiki/,,
+https://github.com/lukas-reineke/virt-column.nvim/,HEAD,
 https://github.com/jubnzv/virtual-types.nvim/,HEAD,
 https://github.com/vim-scripts/vis/,,
 https://github.com/navicore/vissort.vim/,,