-
Notifications
You must be signed in to change notification settings - Fork 2
Settings
To access the fish settings go to Preferences > Package Settings > Fish > Settings. This list provides information on any settings not documented elsewhere.
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
orC:/msys32/usr/bin
for 32-bit systems,C:/cygwin64/bin
orC:/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.
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
The contents of this wiki are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.