日本語版はこちら
All backup files name format are YYYY-MM-DD.
ATTENTION These are assuming Windows.
As a prerequisite, you need to install MSYS32 , node.js and CodeIntel.
(EasyClangComplete needs clang, Linter needs node.js, CodeIntel needs SublimeCodeIntel.)
You need to change USER
to your name each config files.
- Install PackageControll.
- Replace Theme file then restart ST3.
- Copy and paste other files.
- Click here to install MSYS32.
- Run
pacman -Syu
from the terminal. (If you wanna use LSP and debuger, install clang-tools-extra and gdb) - Through PATH to the following location.
c:\msys64\mingw64\bin
or using 32bit system->C:\msys32\mingw32\bin
c:\msys64\user\bin
or using 32bit system->C:\msys32\usr\bin
- See here to setting up EasyClangComplete.
- Get here to node.js installer.
- If running
node -v
shows node.js version, install is succesfull. - Setting up each languages linter.
- Install Python here. (You need PIP3, Python3 includes it.)
- Run below command
python3 -m pip3 install --upgrade --pre CodeIntel
orpip3 install --upgrade --pre CodeIntel
- Install SublimeCodeIntel. Here is documentation.
ATTENTION These are assuming Linux.
As a prerequisite, you need to install clang , node.js and CodeIntel.
(EasyClangComplete needs clang, Linter needs node.js, CodeIntel needs SublimeCodeIntel.)
You need to change USER
to your name each config files.
- Install PackageControll.
- Replace Theme file then restart ST3.
- Copy and paste other files.
- Run the following command to install clang.
sudo apt update && sudo apt install clang
- See here to setting up EasyClangComplete.
- Run the following command to install nodejs.
sudo apt update && sudo install nodejs npm
- If running
node -v
shows node.js version, install is succesfull. - Setting up each languages linter.
- Check your python version.
python3 --version
- Install CodeIntel run following command.
sudo pip3 install --upgrade --pre CodeIntel
- Install SublimeCodeIntel. Here is documentation.
User-Material-Theme-Darker.tmTheme in this repository has been partially edited for me useful use.
The original source is here.
User-Monokai Extended.tmTheme has been edited too.
The original source is here.
Gruvbox Material Dark/Light has been edited too.
The original source is here
Thanks to tobiastimm for making the vscode to sublimetext theme converter!