File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
tests/test-sources/plugins/by-name/compiler Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ ...
4+ } :
5+ lib . nixvim . neovim-plugin . mkNeovimPlugin {
6+ name = "compiler" ;
7+ originalName = "compiler.nvim" ;
8+ package = "compiler-nvim" ;
9+
10+ maintainers = [ lib . maintainers . khaneliman ] ;
11+
12+ description = ''
13+ > [!Note]
14+ > Some languages require you manually install their compilers in your machine, so `compiler.nvim` is able to call them.
15+ > Please check [here], as the packages will be different depending your operative system.
16+
17+ [here]: https://github.com/Zeioth/Compiler.nvim/wiki/how-to-install-the-required-dependencies
18+ '' ;
19+ }
Original file line number Diff line number Diff line change 1+ {
2+ empty = {
3+ plugins . compiler . enable = true ;
4+ } ;
5+ }
You can’t perform that action at this time.
0 commit comments