add a few languages from the whole config doc to the home page

This commit is contained in:
Yoni FIRROLONI 2023-04-19 12:31:14 +02:00
parent c874b7fa99
commit 1e8d8593b6
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ Language specific support means there is a combination of language specific plug
* Zig: <<opt-vim.languages.zig.enable>> * Zig: <<opt-vim.languages.zig.enable>>
* Markdown: <<opt-vim.languages.markdown.enable>> * Markdown: <<opt-vim.languages.markdown.enable>>
* HTML: <<opt-vim.languages.html.enable>> * HTML: <<opt-vim.languages.html.enable>>
* SQL: <<opt-vim.languages.sql.enable>>
* Dart: <<opt-vim.languages.dart.enable>>
* Go: <<opt-vim.languages.go.enable>>
Adding support for more languages, and improving support for existing ones are great places where you can contribute with a PR. Adding support for more languages, and improving support for existing ones are great places where you can contribute with a PR.