2024-09-14 22:02:45 -05:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}:
|
2024-12-22 09:58:27 +00:00
|
|
|
lib.nixvim.plugins.mkNeovimPlugin {
|
2024-09-14 22:02:45 -05:00
|
|
|
name = "compiler";
|
2024-12-13 08:27:14 -06:00
|
|
|
packPathName = "compiler.nvim";
|
2024-09-14 22:02:45 -05:00
|
|
|
package = "compiler-nvim";
|
|
|
|
|
|
|
|
maintainers = [ lib.maintainers.khaneliman ];
|
|
|
|
|
|
|
|
description = ''
|
|
|
|
> [!Note]
|
|
|
|
> Some languages require you manually install their compilers in your machine, so `compiler.nvim` is able to call them.
|
|
|
|
> Please check [here], as the packages will be different depending your operative system.
|
|
|
|
|
|
|
|
[here]: https://github.com/Zeioth/Compiler.nvim/wiki/how-to-install-the-required-dependencies
|
|
|
|
'';
|
|
|
|
}
|