Giter VIP home page Giter VIP logo

kkjjhlhlba's Introduction

kkjjhlhlba

Customizations for vim, because +30 can go a long way.

Introduction

This is my personal .vimrc setup, with additional plugins which helps me go further with Vim.

Some manual setup required, as there is not much point to automate the setup since they won't change that often anyway.

Dependencies

  1. Vim and/or MacVim
  2. vim-plug
  3. (optional) The Silver Searcher (if using ag)
  4. (optional) Pyflakes as the Python linter to ALE (personal preference applies)

Setup

  1. Clone this repository to ~/.vim, taking care not to replace extras that were previously there
  2. Add the following line to existing .vimrc:
    " +30
    source ${HOME}/.vim/kkjjhlhlba.vim
    
  3. Customize as needed
  4. Start vim and issue the following command to download and install the plugins:
    :PlugInstall
    
  5. Restart vim

Plugins

List of plugins I used:

Each plugins are tagged to ensure the same experience across machines, and to avoid surprises that may come with newer version of the plugins.

Extras

  • Tabs in MacVim has specific minimum width, which may cause the tabs to be hidden behind >> if too many tabs are opened. To resolve this, run the following command on Terminal, adjusting the value for MMTabMinWidth as needed:
    defaults write org.vim.MacVim MMTabMinWidth 60
    

kkjjhlhlba's People

Contributors

stndn avatar

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.