Skip to content

Settings

Violet edited this page Feb 13, 2020 · 7 revisions

To access the fish settings go to Preferences > Package Settings > Fish > Settings. This list provides information on any settings not documented elsewhere.


fish_directory

If fish is installed in a standard location, there is no need to customise this setting. Standard locations are:

  • For macOS/Linux: any location on the PATH.
  • For Windows: C:/cygwin/bin or C:/msys32/usr/bin for 32-bit systems, C:/cygwin64/bin or C:/msys64/usr/bin for 64-bit systems.

If you wish to use fish installed in any other location, set its directory here. On Windows, only Cygwin/MSYS2 fish installs are supported; Windows Subsystem for Linux does not seem to work.


indent_on_save indent_on_save_blacklist

See Indent and prettify.


enabled_highlighters highlighter_blacklist

See documentation for individual highlighters.


highlighter_debugging

If true, the highlighters will print debug and informational text to the console. This is intended for use by developers.


highlighter_show_status

Control what types of information from highlighters will be shown in the status bar (bottom left of the Sublime Text window). Each highlighter may choose whether or not to provide any status message at all. If a highlighter does choose to provide status messages, it can flag that a message is "critical", communicating a higher degree of importance.

This setting must take one of the following values:

  • always: Show all statuses (including those that are not critical).
  • critical: Show only critical statuses.
  • off: Show no statuses.

See documentation for individual highlighters for details of their status messages where applicable.


compat_highlighter_fish_version compat_highlighter_types

See Compatibility highlighter.

User guide

Development

Clone this wiki locally