Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

ZhymabekRoman/MyVIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Non active. Please use instead dotconfig

MyVIM

My VIM config files

# Exctract .vimrc file to home directory
curl https://raw.githubusercontent.com/ZhymabekRoman/MyVIM/main/.vimrc > ~/.vimrc

# Install coc.nvim plugins:
vim -c "CocInstall coc-jedi coc-html coc-css coc-sh coc-go coc-tabnine"

# Install Python linters and code fixers (Optional):
# TODO: migrate to ruff
pip3 install yapf pylint flake8 black autopep8