Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 1.51 KB

File metadata and controls

87 lines (63 loc) · 1.51 KB

Installing on Linux (Debian Based only)

This Documentation is only for Debian Based Linux.
Follow these Steps :-

  1. Install Package
  2. Files Clonning & Configuration
  3. Installing Language Server

Install Package

Write the following Command in Terminal

apt install git neovim nodejs

Files Clonning & Configuration

git clone ---depth=1 https://github.com/OurCodeBase/code-editor ~/.config/nvim

Installing Language Server

LspInstall jedi_language_server

Caution

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 python


Update Code Editor

If u want to update the Editor, then Run the following Command in Terminal to get its lateat version.

cd ~/.config/nvim
git pull

Caution

If Error Occurs run the following Command

git pull --force


For Reset the Code Editor

If 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/

How to Open a File in code-editor

In Termux window write the following query :-

<Language_Name> <File_Name>

Example :-

python example.py

Code Editor Modes

Click here to know more about modes Code Editor Modes