compiler.nvim icon indicating copy to clipboard operation
compiler.nvim copied to clipboard

Neovim compiler for building and running your code without having to configure anything

Results 7 compiler.nvim issues
Sort by recently updated
recently updated
newest added

With my Kotlin Spring Boot project, I wondered why gradle didn't show up in compiler.nvim, and turns out it just checks for registered task, while I was just using the...

Dioxus is a UI framework for rust. I just made this to run the framework's CLI tool for hot reloading from inside neovim.

First of all, thank you so much for an awesome plugin! I'd like to build and run and have the active Overseer item automatically be the task output without needing...

Waiting for feedback

Most projects often contain more than one csproj file and remain somewhere at the solution level with their cwd. This makes options 5-7 fail a lot ( at least in...

This PR would make all commands which use `rm -f` and `mkdir -p` windows compatible by adding the `get_commands()` function to `utils` which swaps the unix commands with the cmd...

support for nim

I've written this integration with compiler.nvim for MSBuild to ease the pain of having to use MSBuild on windows. I've based this work on @Gaweringo's work that adds windows support...