vimPlugins.virt-column-nvim: init at 2023-11-13
This commit is contained in:
parent
6a44e8d6b2
commit
a21f5e24e8
2 changed files with 13 additions and 0 deletions
|
@ -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/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue