mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vimPlugins.NotebookNavigator-nvim: init at 2024-05-23 (#350718)
This commit is contained in:
commit
6301495959
@ -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";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user