vimPlugins.nvim-gomove: init at 2024-10-20 (#349972)

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

View File

@ -8730,6 +8730,18 @@ final: prev:
meta.homepage = "https://github.com/chrisgrieser/nvim-genghis/";
};
nvim-gomove = buildVimPlugin {
pname = "nvim-gomove";
version = "2024-10-20";
src = fetchFromGitHub {
owner = "booperlv";
repo = "nvim-gomove";
rev = "2b44ae7ac0804f4e3959228122f7c85bef1964e3";
sha256 = "sha256-9YLJm/L13gTktb6VIkz2W/60cothFtF7feiKd26R5lo=";
};
meta.homepage = "https://github.com/booperlv/nvim-gomove/";
};
nvim-gps = buildVimPlugin {
pname = "nvim-gps";
version = "2022-07-05";

View File

@ -733,6 +733,7 @@ https://github.com/vijaymarupudi/nvim-fzf/,,
https://github.com/vijaymarupudi/nvim-fzf-commands/,,
https://github.com/sakhnik/nvim-gdb/,,
https://github.com/chrisgrieser/nvim-genghis/,HEAD,
https://github.com/booperlv/nvim-gomove/,HEAD,
https://github.com/smiteshp/nvim-gps/,,
https://github.com/brenoprata10/nvim-highlight-colors/,HEAD,
https://github.com/Iron-E/nvim-highlite/,,