Giter Club home page Giter Club logo

vimrc's Introduction

vimrc

A working vimrc file for programmers.

I've been a Vim user for more than a decade. It's a powerful editor available for most of the major operating systems. Simplicity and configurability are two of the prime reasons for its popularity.

Although feature-rich, a default out-of-the-box installation of Vim may not prove too useful for serious users. It's true power can be realized only when it is configured properly and the right plugins are installed (there are a lot).

This package includes a vimrc file along with some of the most popular plugins. It can be used to have vim configured for most purpose, especially after a fresh installation. It makes it easy to add other plugins too. I'd recommend to go through the comments inside .vimrc at least once to make the most of this package, and to start making your own customizations - your style of work may be different from mine, afterall.

A number of shortcuts, plugins etc. used in this are inspired from Jeffery Way's Laracasts. The video tutorials describes beautifully the different plugins, themes, configurations etc. and power of Vim editor as a whole.

How to Install

Linux

####Ensure vim is installed: sudo apt-get install vim or sudo yum install vim

cd ~ && git clone https://github.com/senaranya/vimrc.git
sh ~/vimrc/install.sh
alias vi=vim

Now open vi and run :PluginInstall

Windows

TBD

Plugins

This package uses Vundle to manage plugins. The file .plugins.vim contains a list of plugins. To add a new plugin, add its Github name to this list and execute :PluginInstall inside vim.

Screenshots

####Split Screen Split Screen

####File Explorer (plugin used: Nerd Tree) File Explorer

####Tab completion (plugin used: SuperTab) Tab completion

vimrc's People

Contributors

senaranya 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.