Skip to main content

Install Abstract

Requirements

you can install Abstract in two ways,

  • Manually
  • Using setup.py script

Installing using setup.py script

python <(curl -s https://raw.githubusercontent.com/Abstract-IDE/Abstract/main/setup.py)

Installing Manually

git clone https://github.com/Abstract-IDE/Abstract
cd Abstract
python setup.py
NOTE

it could take some time depending on you connection (it's going to install plugins and some Packages). So, be patient and follow the output throws by setup.py script

  • pass --delete 1 as an argument if you don't want to keep .git, README.md, LICENSE and setup.py files. Example:
python setup.py --delete 1
NOTE

we don't install any LSPs or Packages by defualt. You can install it with mason.nvim
for example: to install C/C++'s LS :MasonInstall clangd
more at examples