Install Abstract
Requirements
neovim >= v0.7.0A patched fontnpmgitwgetcurlunziptargzip
you can install Abstract in two ways,
- Manually
- Using
setup.pyscript
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 1as an argument if you don't want to keep.git,README.md,LICENSEandsetup.pyfiles. 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