Getting started
Installation
Prerequisites
- Sublime Text
>=3
- Package Control or Git (for manual installation)
Package Control installation
- Open the Command Palette:
Ctrl+Shift+P
(Win/Linux) orCmd+Shift+P
(Mac). - Type "Package Control: Install Package" and press Enter.
- In the input field, type "NeoVintageous" and select it from the list of packages.
- Restart Sublime Text.
Manual Git installation
- 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
- 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.
Open the Command Palette by using the shortcut
Ctrl+Shift+P
(Win/Linux) orCmd+Shift+P
on (Mac). Type and selectPreferences: Package Control Settings
to open the settings file for Package Control.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" ] }
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.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.