Code Monkey home page Code Monkey logo

vimrc's Introduction

Vimrc File

Welcome to the "greatest" vimrc file ever. Get ready to increase your productivity 100x's faster.

After cloning this repo, here are a couple steps to take to get fully set up:

1. Download PlugInstall using the following command:
   $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
2. vim .vimrc
3. :source .vimrc
4. Install all Plug-ins from the internet using the following command:
   :PlugInstall
5. Install Flake8 to enable linting:
   $ python -m pip install flake8
6. Install Silver Surfer
   $ brew install ripgrep
7. Install Black
   $ pip install black

Note that if PlugInstall command is not found, check whether git is installed on your machine. If not, then install it using yum install or apt-get.

For IdeaVim on PyCharm, you must create a .ideavimrc file (cd ~; vim .ideavimrc) In .ideavimrc, add the following two lines to configure Esc:

imap jj <Esc>

set timeoutlen=1000

vimrc's People

Contributors

oshtontsen avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.