vimPlugins.neorg: fix owner
This commit is contained in:
parent
82d19cb068
commit
4ad1d0ea31
2 changed files with 3 additions and 3 deletions
|
@ -3482,12 +3482,12 @@ final: prev:
|
||||||
pname = "neorg";
|
pname = "neorg";
|
||||||
version = "2021-08-26";
|
version = "2021-08-26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vhyrro";
|
owner = "nvim-neorg";
|
||||||
repo = "neorg";
|
repo = "neorg";
|
||||||
rev = "45ded3cbd52da312b71bffd8b8a6b9bed1367500";
|
rev = "45ded3cbd52da312b71bffd8b8a6b9bed1367500";
|
||||||
sha256 = "1792j7h2an4kfc9jp6p8fa7mwri7295rb30siar35c0diapzai32";
|
sha256 = "1792j7h2an4kfc9jp6p8fa7mwri7295rb30siar35c0diapzai32";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vhyrro/neorg/";
|
meta.homepage = "https://github.com/nvim-neorg/neorg/";
|
||||||
};
|
};
|
||||||
|
|
||||||
neoscroll-nvim = buildVimPluginFrom2Nix {
|
neoscroll-nvim = buildVimPluginFrom2Nix {
|
||||||
|
|
|
@ -510,6 +510,7 @@ nvim-lua/lsp-status.nvim
|
||||||
nvim-lua/lsp_extensions.nvim
|
nvim-lua/lsp_extensions.nvim
|
||||||
nvim-lua/plenary.nvim
|
nvim-lua/plenary.nvim
|
||||||
nvim-lua/popup.nvim
|
nvim-lua/popup.nvim
|
||||||
|
nvim-neorg/neorg@main
|
||||||
nvim-telescope/telescope-dap.nvim
|
nvim-telescope/telescope-dap.nvim
|
||||||
nvim-telescope/telescope-frecency.nvim
|
nvim-telescope/telescope-frecency.nvim
|
||||||
nvim-telescope/telescope-fzf-native.nvim@main
|
nvim-telescope/telescope-fzf-native.nvim@main
|
||||||
|
@ -788,7 +789,6 @@ urbit/hoon.vim
|
||||||
Valloric/MatchTagAlways
|
Valloric/MatchTagAlways
|
||||||
Valodim/deoplete-notmuch
|
Valodim/deoplete-notmuch
|
||||||
vhda/verilog_systemverilog.vim
|
vhda/verilog_systemverilog.vim
|
||||||
vhyrro/neorg@main
|
|
||||||
vigoux/LanguageTool.nvim
|
vigoux/LanguageTool.nvim
|
||||||
vim-airline/vim-airline
|
vim-airline/vim-airline
|
||||||
vim-airline/vim-airline-themes
|
vim-airline/vim-airline-themes
|
||||||
|
|
Loading…
Reference in a new issue