ebrahimbd / vim-for-codeforce

Vim is a free and open-source, screen-based text editor program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim for codeforce

The Last Markdown Editor, Ever

Build Status

Vim is a free and open-source, screen-based text editor program. It is an improved clone of Bill Joy's vi. Vim's author, Bram Moolenaar, derived Vim from a port of the Stevie editor for Amiga and released a version to the public in 1991

Installation

Use the package manager vim-plug to install .

sudo apt install git && git clone https://github.com/ebrahimbd/vim-for-codeforce && cd "vim-for-codeforce" && sh install.sh

or

git clone https://github.com/ebrahimbd/vim-for-codeforce &&  cd "vim-for-codeforce" && sudo cp .vimrc ~/ &&   chmod +x install.sh && ./install.sh

 
sudo apt install build-essential cmake vim-nox python3-dev
 
cd /.vim/bundle/YouCompleteMe python3 install.py --all

Demo

##colorscheme znake "

Screenshot from 2022-07-31 21-34-26

colorscheme molokai"

Screenshot from 2022-07-31 21-35-12

colorscheme gruvbox"

Screenshot from 2022-07-31 21-35-36

Contributing

Please make sure to update tests as appropriate.

License

MIT

About

Vim is a free and open-source, screen-based text editor program.

License:MIT License


Languages

Language:Vim Script 80.7%Language:C++ 10.6%Language:Shell 8.7%