Skip to content

Commit 9831cf1

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 1530afd + 0043625 commit 9831cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ If any of these files exist in your current working directory, they will be auto
167167
| [CMakeLists.txt](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/cmake.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/CMake-build-automation-utility) |
168168
| [build.gradle](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/gradle.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/gradle-build-automation-utility) |
169169
| [package.json](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/nodejs.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/nodejs-build-automation-utility) |
170+
| [meson.build](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/meson.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/meson-build-automation-utility) |
170171

171172
## Quick start
172173
Create `~/c-example/main.c` and paste this code. Then do `:cd ~/c-example/` to change the working directory to the project.
@@ -218,7 +219,6 @@ If you want to help me, please star this repository to increase the visibility o
218219

219220
## Roadmap
220221
* `rust, go, swift` require the user to initialize the package before using its respective cli `cargo, go, swift`. Let's explain this on `+more info`. → Let's evaluate the pros and cons of auto initializing a package if do not exist already, so this process is automatic.
221-
* `Building systems → meson` is planned. Auto discovery of options defined by the user is planned.
222222
* `cli → pip` look for improvements.
223223
* `cli → cargo` look for improvements.
224224
* `cli → dart pub` look for improvements.

0 commit comments

Comments
 (0)