vimPlugins.nvim-moonwalk: init at 2022-04-12

This commit is contained in:
Gabriel Fontes 2022-09-25 18:29:47 -03:00 committed by Jonathan Ringer
parent 20be9bf2e4
commit 93c3dec06b
2 changed files with 13 additions and 0 deletions

View file

@ -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";

View file

@ -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/,,