Coder Social home page Coder Social logo

vimfiles's Introduction

#Francisco Souza's vim files.

##Getting started

If you want to use my vimfiles, you'll need to download and install it. Here are these two steps described:

###Downloading

####With git...

If you have git installed on your computer, all you need to do is to clone the repository on your $VIMHOME:

$ cd $HOME
$ git clone git://github.com/fsouza/vimfiles.git .vim

Then enter in the .vim directory and update the submodules:

$ cd $HOME/.vim
$ git submodule init
$ git submodule update --init --recursive

It's necessary to make a recursive update, because there is a submodule with another submodule inside it (pyflakes-vim).

####Without git...

So, you don't have git on your computer? Install it :P

###Installing

After download the packages with or without git, all you need to do is create a .vimrc on your $HOME:

$ echo "source $HOME/.vim/.vimrc" > $HOME/.vimrc

###JavaScript lint

In order to use JavaScript lint, you need to add the jsl executable to your PATH. Download it and add to a directory in your PATH.

###csstidy

You will need also to install csstidy. Just download it, extract, compile and add the executable to your path:

$ curl -O "http://ufpr.dl.sourceforge.net/project/csstidy/CSSTidy%20%28C%2B%2B%2C%20stable%29/1.3/csstidy-source-1.4.zip"
$ unzip csstidy-source-1.4.zip
$ cd csstidy
$ g++ *.cpp -0 csstidy
$ [sudo] cp csstidy /usr/local/bin

You might use SCons to build csstidy, but it's not really necessary.

vimfiles's People

Contributors

fsouza avatar tarsisazevedo avatar

Stargazers

 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.