minimalSetup
A minimal set of extensions to get a functional editor.
Includes special character highlighting, undo/redo history, custom selection drawing, default syntax highlighting, and the default keymap.
Use basicSetup for a more fully-featured configuration.
A language extension must also be provided (e.g., minimalSetup + python().extension). An IllegalStateException is thrown if no language is configured.