Git Product home page Git Product logo

dotvim's Introduction

dotvim

vim dotfiles

Summary

Introduction

This repository contains my personal vim configuration.
I prefer to remove vim configuration from the other repo dotfiles, because that one can become a mess rapidly if I have to maintain it for MacOs, Ubuntu, Windows, Cygwin, etc...
Instead, just the vim configuration is quiet stable between platforms.
To use it, assuming that you are in your $HOME folder, use the following command:

    git clone https://github.com/sixro/vim-java-maven/ .vim

To install all plugins, go under the .vim folder and execute:

    git submodule init
    git submodule update

To update all plugin:

    git submodule update --recursive --remote

How to install a new plugin

I followed the suggestions found in this video found on vimcasts.org

Basically, assuming that you are in your .vim folder, you have to use the following command:

    git submodule add GITREPO bundle/PLUGINNAME

I suggest to install in the same way even vim-pathogen. The vimrc assume that it is installed in that way.

Suggested plugins

Colors

In order to create a colorscheme you can run the following command:

    :so $VIMRUNTIME/syntax/hitest.vim

in order to see all syntax that can be highlighted.

Resources online

Articles

  • Follow my Leader by vimcasts.org
    Shows that sometimes, instead of using mappings on key, you can use operators and motions as keys of your plugins. There is also an interesting article where Tim Pope discuss this topic with Andrew Radev

Videos

All videos found on the following websites are very good:

Other videos that I liked a lot:

UltiSnips

dotvim's People

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.