Add links to each recommendation

This commit is contained in:
Iron_E 2020-11-11 11:12:47 -05:00
parent ad2833f232
commit a1491dd4ef
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 45 additions and 45 deletions

View File

@ -93,49 +93,49 @@ local highlight_groups = {
You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter), or one of the following: You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter), or one of the following:
| Language | Syntax Plugin | | Language | Syntax Plugin |
|:-----------|:----------------------------------| |:-----------|:--------------------------------------------------------------------------------------------|
| ALGOL | sterpe/vim-algol68 | | ALGOL | [`sterpe/vim-algol68`](https://github.com/sterpe/vim-algol68) |
| C++ | bfrg/vim-cpp-modern | | C++ | [`bfrg/vim-cpp-modern`](https://github.com/bfrg/vim-cpp-modern) |
| Dart | dart-lang/dart-vim-plugin | | Dart | [`dart-lang/dart-vim-plugin`](https://github.com/dart-lang/dart-vim-plugin) |
| DTrace | vim-scripts/dtrace-syntax-file | | DTrace | [`vim-scripts/dtrace-syntax-file`](https://github.com/vim-scripts/dtrace-syntax-file) |
| F# | ionide/Ionide-vim | | F# | [`ionide/Ionide-vim`](https://github.com/ionide/Ionide-vim) |
| Gas | Shirk/vim-gas | | Gas | [`Shirk/vim-gas`](https://github.com/Shirk/vim-gas) |
| Git | tpope/vim-git | | Git | [`tpope/vim-git`](https://github.com/tpope/vim-git) |
| Go | fatih/vim-go | | Go | [`fatih/vim-go`](https://github.com/fatih/vim-go) |
| GraphViz | liuchengxu/graphviz | | GraphViz | [`liuchengxu/graphviz`](https://github.com/liuchengxu/graphviz) |
| HTML5 | othree/html5 | | HTML5 | [`othree/html5`](https://github.com/othree/html5) |
| i3conf | mboughaba/i3config | | i3conf | [`mboughaba/i3config`](https://github.com/mboughaba/i3config) |
| JSON | elzr/vim-json | | JSON | [`elzr/vim-json`](https://github.com/elzr/vim-json) |
| Java | uiiaoo/java-syntax | | Java | [`uiiaoo/java-syntax`](https://github.com/uiiaoo/java-syntax) |
| JavaScript | pangloss/vim-javascript | | JavaScript | [`pangloss/vim-javascript`](https://github.com/pangloss/vim-javascript) |
| Julia | JuliaEditorSupport/julia-vim | | Julia | [`JuliaEditorSupport/julia-vim`](https://github.com/JuliaEditorSupport/julia-vim) |
| Kotlin | udalov/kotlin-vim | | Kotlin | [`udalov/kotlin-vim`](https://github.com/udalov/kotlin-vim) |
| LESS | groenewege/vim-less | | LESS | [`groenewege/vim-less`](https://github.com/groenewege/vim-less) |
| LLVM | rhysd/vim-llvm | | LLVM | [`rhysd/vim-llvm`](https://github.com/rhysd/vim-llvm) |
| Lua | tbastos/vim-lua | | Lua | [`tbastos/vim-lua`](https://github.com/tbastos/vim-lua) |
| Markdown | plasticboy/vim-markdown | | Markdown | [`plasticboy/vim-markdown`](https://github.com/plasticboy/vim-markdown) |
| MIPS | vim-scripts/mips | | MIPS | [`vim-scripts/mips`](https://github.com/vim-scripts/mips) |
| Moonscript | leafo/moonscript-vim | | Moonscript | [`leafo/moonscript-vim`](https://github.com/leafo/moonscript-vim) |
| PlantUML | aklt/plantuml-syntax | | PlantUML | [`aklt/plantuml-syntax`](https://github.com/aklt/plantuml-syntax) |
| Prettier | prettier/vim-prettier | | Prettier | [`prettier/vim-prettier`](https://github.com/prettier/vim-prettier) |
| Python | vim-python/python-syntax | | Python | [`vim-python/python-syntax`](https://github.com/vim-python/python-syntax) |
| Razor | adamclerk/vim-razor | | Razor | [`adamclerk/vim-razor`](https://github.com/adamclerk/vim-razor) |
| RST | marshallward/vim-restructuredtext | | RST | [`marshallward/vim-restructuredtext`](https://github.com/marshallward/vim-restructuredtext) |
| Ruby | vim-ruby/vim-ruby | | Ruby | [`vim-ruby/vim-ruby`](https://github.com/vim-ruby/vim-ruby) |
| SCSS | cakebaker/scss-syntax | | SCSS | [`cakebaker/scss-syntax`](https://github.com/cakebaker/scss-syntax) |
| SQL | shmup/vim-sql-syntax | | SQL | [`shmup/vim-sql-syntax`](https://github.com/shmup/vim-sql-syntax) |
| Shell | arzg/vim-sh | | Shell | [`arzg/vim-sh`](https://github.com/arzg/vim-sh) |
| Stylus | wavded/vim-stylus | | Stylus | [`wavded/vim-stylus`](https://github.com/wavded/vim-stylus) |
| SystemD | wgwoods/vim-systemd-syntax | | SystemD | [`wgwoods/vim-systemd-syntax`](https://github.com/wgwoods/vim-systemd-syntax) |
| SystemTap | nickhutchinson/vim-systemtap | | SystemTap | [`nickhutchinson/vim-systemtap`](https://github.com/nickhutchinson/vim-systemtap) |
| TOML | cespare/vim-toml | | TOML | [`cespare/vim-toml`](https://github.com/cespare/vim-toml) |
| TeX | lervag/vimtex | | TeX | [`lervag/vimtex`](https://github.com/lervag/vimtex) |
| Ungrammar | Iron-E/vim-ungrammar | | Ungrammar | [`Iron-E/vim-ungrammar`](https://github.com/Iron-E/vim-ungrammar) |
| VB.NET | vim-scripts/vbnet | | VB.NET | [`vim-scripts/vbnet`](https://github.com/vim-scripts/vbnet) |
| Vim Logs | MTDL9/vim-log-highlighting | | Vim Logs | [`MTDL9/vim-log-highlighting`](https://github.com/MTDL9/vim-log-highlighting) |
| Vimscript | vim-jp/syntax-vim-ex | | Vimscript | [`vim-jp/syntax-vim-ex`](https://github.com/vim-jp/syntax-vim-ex) |
| XML | amadeus/vim-xml | | XML | [`amadeus/vim-xml`](https://github.com/amadeus/vim-xml) |
| YAML | stephpy/vim-yaml | | YAML | [`stephpy/vim-yaml`](https://github.com/stephpy/vim-yaml) |
| YATS | HerringtonDarkholme/yats | | YATS | [`HerringtonDarkholme/yats`](https://github.com/HerringtonDarkholme/yats) |