vimPlugins.NotebookNavigator-nvim: init at 2024-05-23 (#350718)

This commit is contained in:
Gaétan Lepage 2024-10-24 00:21:09 +02:00 committed by GitHub
commit 6301495959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -18756,5 +18756,17 @@ final: prev:
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
};
NotebookNavigator-nvim = buildVimPlugin {
pname = "NotebookNavigator.nvim";
version = "2024-05-23";
src = fetchFromGitHub {
owner = "GCBallesteros";
repo = "NotebookNavigator.nvim";
rev = "20cb6f72939194e32eb3060578b445e5f2e7ae8b";
sha256 = "sha256-+FLHJ1tfIplXhO/6kajdcDBTIsNYN9kCOR9IdhXL6d4=";
};
meta.homepage = "https://github.com/GCBallesteros/NotebookNavigator.nvim";
};
}

View File

@ -1527,6 +1527,10 @@ in
nvimRequireCheck = "null-ls";
};
NotebookNavigator-nvim = super.NotebookNavigator-nvim.overrideAttrs {
nvimRequireCheck = "notebook-navigator";
};
null-ls-nvim = super.null-ls-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
nvimRequireCheck = "null-ls";

View File

@ -19,6 +19,7 @@ https://github.com/Yggdroot/LeaderF/,,
https://github.com/Valloric/MatchTagAlways/,,
https://github.com/numToStr/Navigator.nvim/,,
https://github.com/overcache/NeoSolarized/,,
https://github.com/GCBallesteros/NotebookNavigator.nvim/,HEAD,
https://github.com/chrisbra/NrrwRgn/,,
https://github.com/vim-scripts/PreserveNoEOL/,,
https://github.com/henriklovhaug/Preview.nvim/,HEAD,