Skip to content

Getting started

Installation

Prerequisites

Package Control installation

  1. Open the Command Palette: Ctrl+Shift+P (Win/Linux) or Cmd+Shift+P (Mac).
  2. Type "Package Control: Install Package" and press Enter.
  3. In the input field, type "NeoVintageous" and select it from the list of packages.
  4. Restart Sublime Text.

Manual Git installation

  1. Clone NeoVintageous into the Sublime Text directory:
    git clone https://github.com/NeoVintageous/NeoVintageous.git ~/.config/sublime-text/Packages/NeoVintageous
    git clone https://github.com/NeoVintageous/NeoVintageous.git ~/Library/Application Support/Sublime Text/Packages/NeoVintageous
    git clone https://github.com/NeoVintageous/NeoVintageous.git %APPDATA%\Sublime Text\Packages\NeoVintageous
  2. Restart Sublime Text

Install additional plugins

See plugins for more details.

Enable pre-releases

Pre-release versions allow you to access the latest features, improvements, and bug fixes before they are officially released. If you're eager to test out new functionalities in NeoVintageous, you can enable pre-release installation with this configuration.

  1. Open the Command Palette by using the shortcut Ctrl+Shift+P (Win/Linux) or Cmd+Shift+P on (Mac). Type and select Preferences: Package Control Settings to open the settings file for Package Control.

  2. In the user settings file, add the "install_prereleases" setting and specify "NeoVintageous" in the list of packages to enable pre-release installation:

    json
    {
        "install_prereleases": [
             "NeoVintageous"
         ]
    }
  3. After saving the settings, you can now install the pre-release version of NeoVintageous. Open the Command Palette again and type Package Control: Upgrade Package to install the pre-release version.

  4. Restart Sublime Text.

INFO

Pre-release versions can contain experimental features and changes that are still being refined. If you encounter issues or have feedback, please feel free to share them with us. See contributing for more details.