Remove backticks from repo names
This commit is contained in:
parent
f463f94bdd
commit
0d643de006
90
README.md
90
README.md
|
@ -95,51 +95,51 @@ Ensure your colorscheme's base folder is in Neovim's `rtp` before sourcing.
|
|||
|
||||
You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter), or one of the following:
|
||||
|
||||
| Language | Syntax Plugin |
|
||||
|:-----------|:--------------------------------------------------------------------------------------------|
|
||||
| ALGOL | [`sterpe/vim-algol68`](https://github.com/sterpe/vim-algol68) |
|
||||
| C++ | [`bfrg/vim-cpp-modern`](https://github.com/bfrg/vim-cpp-modern) |
|
||||
| Dart | [`dart-lang/dart-vim-plugin`](https://github.com/dart-lang/dart-vim-plugin) |
|
||||
| DTrace | [`vim-scripts/dtrace-syntax-file`](https://github.com/vim-scripts/dtrace-syntax-file) |
|
||||
| F# | [`ionide/Ionide-vim`](https://github.com/ionide/Ionide-vim) |
|
||||
| Gas | [`Shirk/vim-gas`](https://github.com/Shirk/vim-gas) |
|
||||
| Git | [`tpope/vim-git`](https://github.com/tpope/vim-git) |
|
||||
| Go | [`fatih/vim-go`](https://github.com/fatih/vim-go) |
|
||||
| GraphViz | [`liuchengxu/graphviz`](https://github.com/liuchengxu/graphviz) |
|
||||
| HTML5 | [`othree/html5`](https://github.com/othree/html5) |
|
||||
| i3conf | [`mboughaba/i3config`](https://github.com/mboughaba/i3config) |
|
||||
| JSON | [`elzr/vim-json`](https://github.com/elzr/vim-json) |
|
||||
| Java | [`uiiaoo/java-syntax`](https://github.com/uiiaoo/java-syntax) |
|
||||
| JavaScript | [`pangloss/vim-javascript`](https://github.com/pangloss/vim-javascript) |
|
||||
| Julia | [`JuliaEditorSupport/julia-vim`](https://github.com/JuliaEditorSupport/julia-vim) |
|
||||
| Kotlin | [`udalov/kotlin-vim`](https://github.com/udalov/kotlin-vim) |
|
||||
| LESS | [`groenewege/vim-less`](https://github.com/groenewege/vim-less) |
|
||||
| LLVM | [`rhysd/vim-llvm`](https://github.com/rhysd/vim-llvm) |
|
||||
| Lua | [`tbastos/vim-lua`](https://github.com/tbastos/vim-lua) |
|
||||
| Markdown | [`plasticboy/vim-markdown`](https://github.com/plasticboy/vim-markdown) |
|
||||
| MIPS | [`vim-scripts/mips`](https://github.com/vim-scripts/mips) |
|
||||
| Moonscript | [`leafo/moonscript-vim`](https://github.com/leafo/moonscript-vim) |
|
||||
| PlantUML | [`aklt/plantuml-syntax`](https://github.com/aklt/plantuml-syntax) |
|
||||
| Prettier | [`prettier/vim-prettier`](https://github.com/prettier/vim-prettier) |
|
||||
| Python | [`vim-python/python-syntax`](https://github.com/vim-python/python-syntax) |
|
||||
| Razor | [`adamclerk/vim-razor`](https://github.com/adamclerk/vim-razor) |
|
||||
| RST | [`marshallward/vim-restructuredtext`](https://github.com/marshallward/vim-restructuredtext) |
|
||||
| Ruby | [`vim-ruby/vim-ruby`](https://github.com/vim-ruby/vim-ruby) |
|
||||
| SCSS | [`cakebaker/scss-syntax`](https://github.com/cakebaker/scss-syntax) |
|
||||
| SQL | [`shmup/vim-sql-syntax`](https://github.com/shmup/vim-sql-syntax) |
|
||||
| Shell | [`arzg/vim-sh`](https://github.com/arzg/vim-sh) |
|
||||
| Stylus | [`wavded/vim-stylus`](https://github.com/wavded/vim-stylus) |
|
||||
| SystemD | [`wgwoods/vim-systemd-syntax`](https://github.com/wgwoods/vim-systemd-syntax) |
|
||||
| SystemTap | [`nickhutchinson/vim-systemtap`](https://github.com/nickhutchinson/vim-systemtap) |
|
||||
| TOML | [`cespare/vim-toml`](https://github.com/cespare/vim-toml) |
|
||||
| TeX | [`lervag/vimtex`](https://github.com/lervag/vimtex) |
|
||||
| Ungrammar | [`Iron-E/vim-ungrammar`](https://github.com/Iron-E/vim-ungrammar) |
|
||||
| VB.NET | [`vim-scripts/vbnet`](https://github.com/vim-scripts/vbnet) |
|
||||
| Vim Logs | [`MTDL9/vim-log-highlighting`](https://github.com/MTDL9/vim-log-highlighting) |
|
||||
| Vimscript | [`vim-jp/syntax-vim-ex`](https://github.com/vim-jp/syntax-vim-ex) |
|
||||
| XML | [`amadeus/vim-xml`](https://github.com/amadeus/vim-xml) |
|
||||
| YAML | [`stephpy/vim-yaml`](https://github.com/stephpy/vim-yaml) |
|
||||
| YATS | [`HerringtonDarkholme/yats`](https://github.com/HerringtonDarkholme/yats) |
|
||||
| Language | Syntax Plugin |
|
||||
|:-----------|:------------------------------------------------------------------------------------------|
|
||||
| ALGOL | [sterpe/vim-algol68](https://github.com/sterpe/vim-algol68) |
|
||||
| C++ | [bfrg/vim-cpp-modern](https://github.com/bfrg/vim-cpp-modern) |
|
||||
| Dart | [dart-lang/dart-vim-plugin](https://github.com/dart-lang/dart-vim-plugin) |
|
||||
| DTrace | [vim-scripts/dtrace-syntax-file](https://github.com/vim-scripts/dtrace-syntax-file) |
|
||||
| F# | [ionide/Ionide-vim](https://github.com/ionide/Ionide-vim) |
|
||||
| Gas | [Shirk/vim-gas](https://github.com/Shirk/vim-gas) |
|
||||
| Git | [tpope/vim-git](https://github.com/tpope/vim-git) |
|
||||
| Go | [fatih/vim-go](https://github.com/fatih/vim-go) |
|
||||
| GraphViz | [liuchengxu/graphviz](https://github.com/liuchengxu/graphviz) |
|
||||
| HTML5 | [othree/html5](https://github.com/othree/html5) |
|
||||
| i3conf | [mboughaba/i3config](https://github.com/mboughaba/i3config) |
|
||||
| JSON | [elzr/vim-json](https://github.com/elzr/vim-json) |
|
||||
| Java | [uiiaoo/java-syntax](https://github.com/uiiaoo/java-syntax) |
|
||||
| JavaScript | [pangloss/vim-javascript](https://github.com/pangloss/vim-javascript) |
|
||||
| Julia | [JuliaEditorSupport/julia-vim](https://github.com/JuliaEditorSupport/julia-vim) |
|
||||
| Kotlin | [udalov/kotlin-vim](https://github.com/udalov/kotlin-vim) |
|
||||
| LESS | [groenewege/vim-less](https://github.com/groenewege/vim-less) |
|
||||
| LLVM | [rhysd/vim-llvm](https://github.com/rhysd/vim-llvm) |
|
||||
| Lua | [tbastos/vim-lua](https://github.com/tbastos/vim-lua) |
|
||||
| Markdown | [plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown) |
|
||||
| MIPS | [vim-scripts/mips](https://github.com/vim-scripts/mips) |
|
||||
| Moonscript | [leafo/moonscript-vim](https://github.com/leafo/moonscript-vim) |
|
||||
| PlantUML | [aklt/plantuml-syntax](https://github.com/aklt/plantuml-syntax) |
|
||||
| Prettier | [prettier/vim-prettier](https://github.com/prettier/vim-prettier) |
|
||||
| Python | [vim-python/python-syntax](https://github.com/vim-python/python-syntax) |
|
||||
| Razor | [adamclerk/vim-razor](https://github.com/adamclerk/vim-razor) |
|
||||
| RST | [marshallward/vim-restructuredtext](https://github.com/marshallward/vim-restructuredtext) |
|
||||
| Ruby | [vim-ruby/vim-ruby](https://github.com/vim-ruby/vim-ruby) |
|
||||
| SCSS | [cakebaker/scss-syntax](https://github.com/cakebaker/scss-syntax) |
|
||||
| SQL | [shmup/vim-sql-syntax](https://github.com/shmup/vim-sql-syntax) |
|
||||
| Shell | [arzg/vim-sh](https://github.com/arzg/vim-sh) |
|
||||
| Stylus | [wavded/vim-stylus](https://github.com/wavded/vim-stylus) |
|
||||
| SystemD | [wgwoods/vim-systemd-syntax](https://github.com/wgwoods/vim-systemd-syntax) |
|
||||
| SystemTap | [nickhutchinson/vim-systemtap](https://github.com/nickhutchinson/vim-systemtap) |
|
||||
| TOML | [cespare/vim-toml](https://github.com/cespare/vim-toml) |
|
||||
| TeX | [lervag/vimtex](https://github.com/lervag/vimtex) |
|
||||
| Ungrammar | [Iron-E/vim-ungrammar](https://github.com/Iron-E/vim-ungrammar) |
|
||||
| VB.NET | [vim-scripts/vbnet](https://github.com/vim-scripts/vbnet) |
|
||||
| Vim Logs | [MTDL9/vim-log-highlighting](https://github.com/MTDL9/vim-log-highlighting) |
|
||||
| Vimscript | [vim-jp/syntax-vim-ex](https://github.com/vim-jp/syntax-vim-ex) |
|
||||
| XML | [amadeus/vim-xml](https://github.com/amadeus/vim-xml) |
|
||||
| YAML | [stephpy/vim-yaml](https://github.com/stephpy/vim-yaml) |
|
||||
| YATS | [HerringtonDarkholme/yats](https://github.com/HerringtonDarkholme/yats) |
|
||||
|
||||
# Contribution
|
||||
|
||||
|
|
Loading…
Reference in New Issue