vimPlugins.vim-godot: init at 2024-02-17

This commit is contained in:
Gaetan Lepage 2024-04-01 15:30:01 +02:00 committed by Matthieu Coudron
parent d7ebd15637
commit 700db686fd
2 changed files with 13 additions and 0 deletions

View file

@ -17081,5 +17081,17 @@ final: prev:
meta.homepage = "https://github.com/codethread/qmk.nvim/"; meta.homepage = "https://github.com/codethread/qmk.nvim/";
}; };
vim-godot = buildVimPlugin {
pname = "vim-godot";
version = "2024-02-18";
src = fetchFromGitHub {
owner = "habamax";
repo = "vim-godot";
rev = "f9c0b36b299efcc4aa4cb119a2be36a83fe10388";
sha256 = "sha256-HKp3CQwAOs+7TL8MjWZ2EHLHMZ3Ss7AckAZ5eOjTDEg=";
};
meta.homepage = "https://github.com/habamax/vim-godot/";
};
} }

View file

@ -1100,6 +1100,7 @@ https://github.com/junegunn/vim-github-dashboard/,,
https://github.com/tikhomirov/vim-glsl/,, https://github.com/tikhomirov/vim-glsl/,,
https://github.com/jamessan/vim-gnupg/,, https://github.com/jamessan/vim-gnupg/,,
https://github.com/fatih/vim-go/,, https://github.com/fatih/vim-go/,,
https://github.com/habamax/vim-godot/,HEAD,
https://github.com/rhysd/vim-grammarous/,, https://github.com/rhysd/vim-grammarous/,,
https://github.com/jparise/vim-graphql/,, https://github.com/jparise/vim-graphql/,,
https://github.com/mhinz/vim-grepper/,, https://github.com/mhinz/vim-grepper/,,