vimPlugins.nvim-moonwalk: init at 2022-04-12
This commit is contained in:
parent
20be9bf2e4
commit
93c3dec06b
2 changed files with 13 additions and 0 deletions
|
@ -5625,6 +5625,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/scalameta/nvim-metals/";
|
||||
};
|
||||
|
||||
nvim-moonwalk = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-moonwalk";
|
||||
version = "2022-04-12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "gpanders";
|
||||
repo = "nvim-moonwalk";
|
||||
rev = "86a59f16ae01606824cef3d0f3f87c9886b312d0";
|
||||
sha256 = "0cwfsm5wb4qn04930km9p4i6xbhaw4023dfzw3s6cr6a428rpc5j";
|
||||
};
|
||||
meta.homepage = "https://github.com/gpanders/nvim-moonwalk/";
|
||||
};
|
||||
|
||||
nvim-neoclip-lua = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-neoclip.lua";
|
||||
version = "2022-09-23";
|
||||
|
|
|
@ -473,6 +473,7 @@ https://github.com/neovim/nvim-lspconfig/,,
|
|||
https://github.com/RishabhRD/nvim-lsputils/,,
|
||||
https://github.com/rafcamlet/nvim-luapad/,,
|
||||
https://github.com/scalameta/nvim-metals/,,
|
||||
https://github.com/gpanders/nvim-moonwalk/,,
|
||||
https://github.com/AckslD/nvim-neoclip.lua/,,
|
||||
https://github.com/yamatsum/nvim-nonicons/,,
|
||||
https://github.com/rcarriga/nvim-notify/,,
|
||||
|
|
Loading…
Reference in a new issue