Release 0.4.0
Celebrating 1000 github stars!
New Features:
-
File type configuration - File types are now user configurable. Flow comes with a built-in list of file types that you can now modify and save to the configuration directory with the
Edit file type configurationcommand. You can also create whole new file types simply by adding new files to the configuration directory in thefile_typefolder. The file type configuration defines the name, icon, description, formatter and language server, extensions and first line matching rules for a file type. -
Auto Save - Enable auto save for the current buffer with the
Toggle auto savecommand. This will automatically save the current buffer on every change. Debounce time is the currently configured frame rate. You can also enable auto save globally with theenable_auto_saveconfiguration option, and limit which file type have auto save automatically enabled with thelimit_auto_save_file_typesconfiguration option (which is a list of file types, e.g.["zig","rust"]) -
Highlight columns - Use the () command (bound to shift+f11 in flow mode) to enable a background dim effect at the configured column positions. The columns to highlight are configured via the configuration option.