Skip to content

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

License

Notifications You must be signed in to change notification settings

ebrahimbd/vim-for-codeforce

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published