mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(neovim): add icalendar.vim
This commit is contained in:
10
packages/vimPlugins/icalendar-vim.nix
Normal file
10
packages/vimPlugins/icalendar-vim.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ vimUtils, fetchFromGitHub }:
|
||||
(vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "icalendar.vim";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vim-scripts";
|
||||
repo = "icalendar.vim";
|
||||
rev = "542fff45385b1b5ad9781b0ad4878ba3b7ee9d5f";
|
||||
sha256 = "0sl8rfk004cagi12ghlcqz0wci1xf5raglm50pkan79jk7srckhq";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user