Merge pull request #53 from Vagahbond/add-languages-to-doc

docs: add missing language opts to the documentation
This commit is contained in:
NotAShelf 2023-05-04 18:00:30 +03:00 committed by GitHub
commit 1678ef4738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,9 @@ Language specific support means there is a combination of language specific plug
* Zig: <<opt-vim.languages.zig.enable>>
* Markdown: <<opt-vim.languages.markdown.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.