We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f74565 commit 26cf9ecCopy full SHA for 26cf9ec
README.md
@@ -27,7 +27,7 @@ Those familiar with Visual Studio IDE will remember how convenient it was to jus
27
28
## Supported languages
29
30
-* [c](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/c.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/c-compiler))
+* [c](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/c.lua)
31
* [c++](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/cpp.lua)
32
* [c#](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/cs.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/cs-compiler))
33
* [java](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/java.lua)
0 commit comments