Giter VIP home page Giter VIP logo

dotvim's Introduction

dotvim

Vim folder and configuration files used by Quenk Technologies.

Installation

Clone this repo somewhere on your machine.

Optionally cd into the directory and run git submodule update --recursive in the folder.

Create symlinks to the .vim and .vimrc folders. Place those symlinks in your $HOME folder.

Setup

Most of the plugins work out of the box but YouCompleteMe requires various setup steps. See their documentation.

Concepts

Configuration is done in the .vim/vimrc.d folder. There are files for common things like editing.vim and configuration files for various plugins.

When adding a new plugin that requires configuration, create a .vim file with its name and remember to include comments as to what it does.

.vimlocal

The .vimrc file contains a script that attempts to source a file called .vimlocal in your project root if it exists. Use this to do things like run autocmds when you save a file etc.

Languages

Out of the box we have support for less, javascript and TypeScript and a few other languages used at QT. When setting up configuration for new languages, create a new branch for that language and install whatever plugins needed etc.

This will help keep startup complexity low when using this repo in virtual machines etc. tailored for only developing one language.

General settings and plugins should remain in the master branch.

dotvim's People

Contributors

metasansana avatar

Watchers

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