Giter VIP home page Giter VIP logo

vimmac's Introduction

Vim configuration file for macOS

Made from the nice enough maximum-awesome and merging it with my original Linux configuration.

The result is a very functional Vim environment that benefits from the iTerm2 functions

Installation

Go to your home directory
$ cd ~
Then clone this repository $ git clone https://www.github.com/mfournial/vimMac

If your .vim folder doesn't exists yet:
$ mkdir .vim
Otherwise, make sure the file that are in your existing directory are not going to conflict with these, in doubt:
$ mkdir .vimOld
$ mv .vim/* .vimOld/

Now let's move all the files inside the .vim folder
$ mv vimMac/* .vim/
$ rm -r macVim

But nothing works yet because Vim look for the files in the home directory, let's create some links to solve that problem
$ ln -s .vimrc .vim/vimrc
ln -s .vimrc.bunldes .vim/vimrc.bundles ln -s .vimrc.bundles.local .vim/vimrc.bundles.local
ln -s .vimrc.local .vim/vimrc.local

You should be set!
$ vi

What you can't get out of the box in this repo

Font

I'm using a nice sleek font called iosevka that is very thin and horizontally condensed, which is essential for me

Lightbar

The cool separators takens from the powerbar plugin for Vim require some work, it's the worse really. Unless you know how to use Fontpatcher on Mac I recommend the other one they talk about on Lightbar doc, I used it for Linux without sudo rights and it worked just fine.

iTerm2

Classic I would say, the default shortcuts work fine with what we already have.

Syntax and compiling

I use Haskell and having to compile it every time you want to type-check can be a pain. The best solution for that is to use the ghc-mod package and turn vim into a Haskell IDE if I need to. Configuration can be difficult and I'll try to push it at some point.

Known bugs and issues

The maximum-awesome integration will fail to update some plugins. It's a git issue that just need a bit of file permissions tweeking will do it if I have time

vimmac's People

Contributors

mfournial avatar

Stargazers

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