doomemacs/modules/lang/json
Jeetaditya Chatterjee 06ed5ade3f
refactor!(tree-sitter): add +tree-sitter flag
BREAKING CHANGE: break the global nature of the tree sitter
module by adding a +tree-sitter flag to every applicable module

In the background this hooks turn-on-tree-sitter-mode
to the major-mode-hook of the language.
This may also solve the eager loading of tree sitter
2022-05-22 21:26:00 +01:00
..
config.el refactor!(tree-sitter): add +tree-sitter flag 2022-05-22 21:26:00 +01:00
doctor.el lang/json/doctor: only check for jq if ivy is on 2021-06-09 15:23:58 +03:00
packages.el bump: :lang 2022-03-31 21:09:38 +02:00
README.org s/prereqisites/prerequisites 2021-03-06 12:05:55 -05:00

lang/json

Description

This module provides JSON support.

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +lsp Enable integration with LSP servers, if one is available. Requires the :tools lsp module to be enabled.

Prerequisites

This module has no prerequisites.

TODO Features

TODO Configuration

TODO Troubleshooting