This Documentation is only for Debian Based Linux.
Follow these Steps :-
- Install Package
- Files Clonning & Configuration
- Installing Language Server
Write the following Command in Terminal
apt install git neovim nodejsgit clone ---depth=1 https://github.com/OurCodeBase/code-editor ~/.config/nvimLspInstall jedi_language_serverCaution
If You use this code editor for Python, You need to run a command in Termux Terminal to install Python Server after Installing the Package
apt install pythonIf u want to update the Editor, then Run the following Command in Terminal to get its lateat version.
cd ~/.config/nvim
git pullCaution
If Error Occurs run the following Command
git pull --forceIf u have not updated your Code editor for a long...please Reset it with new updates.by us8ng following codes in terminal.
cd
rm -rf .config/nvim
rm -rf .local
git clone https://github.com/OurCodeBase/code-editor.git .config/In Termux window write the following query :-
<Language_Name> <File_Name>
Example :-
python example.pyClick here to know more about modes Code Editor Modes