Giter Site home page Giter Site logo

dotvim2's Introduction

These are my Vim configuration files and plugins. This is a very python oriented setting. I primarily code in Python and at times a bit of JavaScript. These files are constantly evolving, so please feel free to comment on my choices.

Most of the plugins are done using Pathogen(including itself). The non pathogen plugins are found in the plugin directory. Currently these are the plugins in the plugin directory:

My .vimrc file is constantly being updated. Hope I remember to commit the changes. I have tried to comment where ever necessary. There is a much modified version of the colour scheme clouds. I have called it cloudsxterm. It works on terminal and gui. I also have a customized version of rdark.

Cloudsxterm: Alt CloudsXTerm

Rdark: RDark

colorx.vim - this is used to launch the colorpicker in Mac
hexHighlight.vim - this is used to display the actual color of a hex.

##Installation ####Clone the repository The best way would be to clone the entire repoistory to your home directory's .vim folder. If the .vim directory exists move it.

mv ~/.vim ~/.vim-backup
cd ~
git clone  --recursive git://github.com/satyajitranjeev/DotVim2.git

# OR if you don't have not registered with git

git clone --recursive https://github.com/satyajitranjeev/DotVim2.git

####Symbolic link for .vimrc Make a symbolic link of the .vim/vimrc file to the home directory.

ln -s ~/.vim/vimrc ~/.vimrc

Do remember to change a few variables and comment out lines to make it work for your needs.

In line 80 of variables.vim do set the ctags to the right path, or delete the line. Comment out line 23 of vimrc to disable all Mac related settings. You can chose your color scheme by changing line 15 in vimrc. Available color schemes are:

Tomorrow-Night-Blue
Tomorrow-Night-Bright
Tomorrow-Night-Eighties [default]
Tomorrow-Night
Tomorrow
cloudsxterm
espresso-soda
rdark-terminal
rdark
tutticolori

dotvim2's People

Contributors

satran avatar

Watchers

James Cloos avatar 99 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.