languages/json: init

Create the `vim.languages.json` module using `jsonls` and `jsonfmt`.
This commit is contained in:
Cool-Game-Dev 2025-08-13 13:43:57 -05:00
commit 1f68e37722
No known key found for this signature in database
4 changed files with 109 additions and 1 deletions

View file

@ -56,6 +56,7 @@ isMaximal: {
clang.enable = isMaximal;
css.enable = isMaximal;
html.enable = isMaximal;
json.enable = isMaximal;
sql.enable = isMaximal;
java.enable = isMaximal;
kotlin.enable = isMaximal;