2023-05-03 13:08:46 +02:00
|
|
|
## Table of Contents
|
2023-05-03 12:22:24 +02:00
|
|
|
|
2023-05-03 13:08:46 +02:00
|
|
|
- [About](#about)
|
|
|
|
- [Quick Start](#quick-start)
|
|
|
|
- [Docs](#docs)
|
2023-05-03 12:22:24 +02:00
|
|
|
|
2023-05-12 15:32:04 +02:00
|
|
|
## About
|
2023-05-03 12:22:24 +02:00
|
|
|
|
2023-05-12 15:32:04 +02:00
|
|
|
VimsCode is an IDE with vim for beginner or expert
|
2023-05-03 12:22:24 +02:00
|
|
|
|
2023-05-12 15:32:04 +02:00
|
|
|
* VimsCode use arduino-cli, idf-esp and platform.io-cli for remplace VScode only in terminal
|
2023-05-03 13:08:46 +02:00
|
|
|
* Very easy to use
|
|
|
|
* Very easy to install
|
2023-05-12 15:32:04 +02:00
|
|
|
|
|
|
|
![Example-picture](/pictures/image.png)
|
2023-05-03 12:22:24 +02:00
|
|
|
|
2023-05-12 15:32:04 +02:00
|
|
|
## Quick Start
|
2023-05-03 13:08:46 +02:00
|
|
|
|
|
|
|
1. Introduction:
|
|
|
|
|
2023-05-12 15:32:04 +02:00
|
|
|
Installation requires git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0]
|
|
|
|
and triggers [`git clone`] for each configured repository to ~/.vim/ by defautl.
|
2023-05-03 13:08:46 +02:00
|
|
|
|
|
|
|
2. Set up VimsCode
|
|
|
|
|
2023-05-09 11:27:38 +02:00
|
|
|
git clone https://git.cohabit.fr/bastien/VimsCode.git
|
2023-05-09 16:33:31 +02:00
|
|
|
|
2023-05-09 16:32:48 +02:00
|
|
|
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim"
|
2023-05-03 13:08:46 +02:00
|
|
|
|
2023-05-09 11:27:38 +02:00
|
|
|
3. Install Plugins:
|
2023-05-03 13:08:46 +02:00
|
|
|
|
|
|
|
Launch `vim` and run `:PluginInstall`
|
|
|
|
|
2023-05-12 15:32:04 +02:00
|
|
|
## Docs
|
2023-05-03 13:08:46 +02:00
|
|
|
|
|
|
|
https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim
|