From 474e79f07de445a1b7bd2c1ba57bb1c3446934aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?h=CE=B1rsh=20v=CE=B1ir=CE=B1gi?= Date: Sun, 15 Jun 2025 13:09:27 +0530 Subject: [PATCH 1/3] filesystem organised as soft link approach. - now a soft link will created from src to neovim config. - this place only required files by neovim. - a temporary docs is written for now. --- docs/readme.md | 10 ++++++++++ init.lua => src/init.lua | 0 lazy-lock.json => src/lazy-lock.json | 0 {lua => src/lua}/plugins/autopairs.lua | 0 {lua => src/lua}/plugins/bufferline.lua | 0 {lua => src/lua}/plugins/colorscheme.lua | 0 {lua => src/lua}/plugins/completions.lua | 0 {lua => src/lua}/plugins/docdisplace.lua | 0 {lua => src/lua}/plugins/executor.lua | 0 {lua => src/lua}/plugins/fileexplorer.lua | 0 {lua => src/lua}/plugins/indentline.lua | 0 {lua => src/lua}/plugins/init.lua | 0 {lua => src/lua}/plugins/langserver.lua | 0 {lua => src/lua}/plugins/statusline.lua | 0 {lua => src/lua}/user/keymaps.lua | 0 {lua => src/lua}/user/options.lua | 0 16 files changed, 10 insertions(+) rename init.lua => src/init.lua (100%) rename lazy-lock.json => src/lazy-lock.json (100%) rename {lua => src/lua}/plugins/autopairs.lua (100%) rename {lua => src/lua}/plugins/bufferline.lua (100%) rename {lua => src/lua}/plugins/colorscheme.lua (100%) rename {lua => src/lua}/plugins/completions.lua (100%) rename {lua => src/lua}/plugins/docdisplace.lua (100%) rename {lua => src/lua}/plugins/executor.lua (100%) rename {lua => src/lua}/plugins/fileexplorer.lua (100%) rename {lua => src/lua}/plugins/indentline.lua (100%) rename {lua => src/lua}/plugins/init.lua (100%) rename {lua => src/lua}/plugins/langserver.lua (100%) rename {lua => src/lua}/plugins/statusline.lua (100%) rename {lua => src/lua}/user/keymaps.lua (100%) rename {lua => src/lua}/user/options.lua (100%) diff --git a/docs/readme.md b/docs/readme.md index 1e683ea..5f0653b 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -17,6 +17,16 @@ A modern, modular, and extensible code editor equipped with IDE-like features fo ## Documentation To access code-editor you can see the documentation here for now. [Click Here!](https://github.com/My-CodeDefense/code-editor) + +And if you are a experienced linux user just use these commands. +```sh +git clone https://github.com/OurCodeBase/code-editor .code-editor +``` + +```sh +ln -sf ~/.code-editor/src ~/.config/nvim +``` + ## Contributing Contributions are always welcome! diff --git a/init.lua b/src/init.lua similarity index 100% rename from init.lua rename to src/init.lua diff --git a/lazy-lock.json b/src/lazy-lock.json similarity index 100% rename from lazy-lock.json rename to src/lazy-lock.json diff --git a/lua/plugins/autopairs.lua b/src/lua/plugins/autopairs.lua similarity index 100% rename from lua/plugins/autopairs.lua rename to src/lua/plugins/autopairs.lua diff --git a/lua/plugins/bufferline.lua b/src/lua/plugins/bufferline.lua similarity index 100% rename from lua/plugins/bufferline.lua rename to src/lua/plugins/bufferline.lua diff --git a/lua/plugins/colorscheme.lua b/src/lua/plugins/colorscheme.lua similarity index 100% rename from lua/plugins/colorscheme.lua rename to src/lua/plugins/colorscheme.lua diff --git a/lua/plugins/completions.lua b/src/lua/plugins/completions.lua similarity index 100% rename from lua/plugins/completions.lua rename to src/lua/plugins/completions.lua diff --git a/lua/plugins/docdisplace.lua b/src/lua/plugins/docdisplace.lua similarity index 100% rename from lua/plugins/docdisplace.lua rename to src/lua/plugins/docdisplace.lua diff --git a/lua/plugins/executor.lua b/src/lua/plugins/executor.lua similarity index 100% rename from lua/plugins/executor.lua rename to src/lua/plugins/executor.lua diff --git a/lua/plugins/fileexplorer.lua b/src/lua/plugins/fileexplorer.lua similarity index 100% rename from lua/plugins/fileexplorer.lua rename to src/lua/plugins/fileexplorer.lua diff --git a/lua/plugins/indentline.lua b/src/lua/plugins/indentline.lua similarity index 100% rename from lua/plugins/indentline.lua rename to src/lua/plugins/indentline.lua diff --git a/lua/plugins/init.lua b/src/lua/plugins/init.lua similarity index 100% rename from lua/plugins/init.lua rename to src/lua/plugins/init.lua diff --git a/lua/plugins/langserver.lua b/src/lua/plugins/langserver.lua similarity index 100% rename from lua/plugins/langserver.lua rename to src/lua/plugins/langserver.lua diff --git a/lua/plugins/statusline.lua b/src/lua/plugins/statusline.lua similarity index 100% rename from lua/plugins/statusline.lua rename to src/lua/plugins/statusline.lua diff --git a/lua/user/keymaps.lua b/src/lua/user/keymaps.lua similarity index 100% rename from lua/user/keymaps.lua rename to src/lua/user/keymaps.lua diff --git a/lua/user/options.lua b/src/lua/user/options.lua similarity index 100% rename from lua/user/options.lua rename to src/lua/user/options.lua From a3fc84a202112b375981081f7746ccd309875c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?h=CE=B1rsh=20v=CE=B1ir=CE=B1gi?= Date: Sun, 15 Jun 2025 14:15:53 +0530 Subject: [PATCH 2/3] docs has been enhanced a bit. --- docs/readme.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 5f0653b..66a7f8e 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,24 +1,29 @@ +
# Code Editor +

A modern, modular, and extensible code editor equipped with IDE-like features for a seamless dev experience.

-A modern, modular, and extensible code editor equipped with IDE-like features for a seamless dev experience. +
-- 🎉 Supports over 80+ modern languages and almost all popular frameworks. Click here to see more about this. +## Overview +- 🎉 Supports auto-completions on over 80+ modern languages and almost all popular frameworks. - ⚡ A lightning-fast and highly efficient ide, offering a seamless coding experience without compromising on performance.ī¸ -- ⚔ Cross platform supported worked even on an android phone. -## Acknowledgements +- ⚔ Cross platform supported so you can code on any platform. +- đŸŒŠī¸ Highly portable offering a full-fledged ide even on your android. +## Acknowledgements +You have to make sure that you already have, atleast basic knowledge of terminal. - [A Journey To Cli](https://www.geeksforgeeks.org/linux-tutorial/) - [A Basic Understanding Of Commands](https://www.geeksforgeeks.org/basic-linux-commands/) ## Badges ![ChipperCI](https://img.shields.io/badge/bsd_licensed-1e394e.svg?style=for-the-badge&logo=chipperci&logoColor=white) ![Fastlane](https://img.shields.io/badge/maintained-%2382bd4e.svg?style=for-the-badge&logo=fastlane&logoColor=black) -## Documentation +## Documentation To access code-editor you can see the documentation here for now. [Click Here!](https://github.com/My-CodeDefense/code-editor) -And if you are a experienced linux user just use these commands. +And if you are an experienced linux user just use these commands. ```sh git clone https://github.com/OurCodeBase/code-editor .code-editor ``` @@ -28,7 +33,6 @@ ln -sf ~/.code-editor/src ~/.config/nvim ``` ## Contributing - Contributions are always welcome! Fork the repository and make pull requests, our team will approach you as soon as possible. From 89e1d7712ee2bec71dc3ecaeb1f891d2d581dd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?h=CE=B1rsh=20v=CE=B1ir=CE=B1gi?= <100824266+OurCodeBase@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:26:20 +0530 Subject: [PATCH 3/3] installation path fixed! --- docs/readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 66a7f8e..7a0a967 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -5,7 +5,6 @@ -## Overview - 🎉 Supports auto-completions on over 80+ modern languages and almost all popular frameworks. - ⚡ A lightning-fast and highly efficient ide, offering a seamless coding experience without compromising on performance.ī¸ - ⚔ Cross platform supported so you can code on any platform. @@ -24,11 +23,11 @@ You have to make sure that you already have, atleast basic knowledge of terminal To access code-editor you can see the documentation here for now. [Click Here!](https://github.com/My-CodeDefense/code-editor) And if you are an experienced linux user just use these commands. -```sh -git clone https://github.com/OurCodeBase/code-editor .code-editor +```bash +git clone https://github.com/OurCodeBase/code-editor ~/.code-editor ``` -```sh +```bash ln -sf ~/.code-editor/src ~/.config/nvim ```