Coder Social home page Coder Social logo

vimfiles's Introduction

Installation

  1. Install ctags:
sudo apt-get install exuberant-ctags
  1. Install powerline fonts:
git clone https://github.com/powerline/fonts
cd fonts
./install.sh

Change terminal to use one of the pre-patched fonts.

  1. Remove old vim configs:
rm -rf ~/.vim && rm ~/.vimrc
  1. Clone vim configs:
git clone https://github.com/thiagov/vimfiles.git ~/.vim
  1. Symlink vim config:
ln -s ~/.vim/vimrc ~/.vimrc
  1. Copy config.vim sample:
cp ~/.vim/config.vim.example ~/.vim/config.vim
  1. Initialize submodules:

For the complete configuration, use:

cd ~/.vim
./init-basic-submodule.sh javaSupport typescriptSupport commandTSupport

In this case, it is necessary to do all steps listed below. If you do not wish CommandT (fast file navigation), tsuquyomi (for typescript support) or javacomplete2 (java support), you can simply remove the corresponding parameters from the command above.

  1. Compile CommandT (if using it):
cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make

Note: If you are an RVM or rbenv user, you must build CommandT using the same version of Ruby that Vim itself is linked against. You can find out the version that Vim is linked against by issuing following command inside Vim:

:ruby puts "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"

You can either set your version of Ruby to the output of the above command and then build Command-T, or re-build Vim with a version of Ruby you prefer.

  1. Install npm and typescript (if using tsuquyomi):
npm -g install typescript
  1. Install java

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.