Giter Site home page Giter Site logo

clj-vimrc's Introduction

clj-vimrc

a clojurian vim that feels nice and has all the coveted plugins: fireplace, autoindent, etc. and some of my personal faves : navigating between buffers and showing 80-line bar

Use these commands to setup your vim editor

Obviously, first clone this repo in your home folder (or where ever, but make sure to update the below link path).

First install PlugInstall In order to do this, download plug.vim and put it in the "autoload" directory.

mkdir ~/.vim/autoload && cd ~/.vim/autoload
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

After that, run these commands to update your .vimrc to point to clj-vimrc's and to install all needed plugins and powerline

note: PATH is where you cloned this repo

ln -s *PATH*/.vimrc ~/.vimrc
vim +PlugInstall +qall

Make sure you have binutils and gcc for this one:

cd ~/.vim/plugged/vimproc.vim && make
pip install --user git+git://github.com/Lokaltog/powerline

Finally, you'll have it all and it should enter with default colorscheme=gruvbox

Font I recommend

For bonus points. Make sure to get yourself Inconsolata and Inconsolata-g. Save those two files in .fonts dir or mkdir ~/.fonts && cd ~/.fonts if you have no .fonts folder. Next:

wget https://github.com/google/fonts/raw/master/ofl/inconsolata/Inconsolata-Regular.ttf
wget https://github.com/google/fonts/raw/master/ofl/inconsolata/Inconsolata-Bold.ttf
wget https://github.com/chrissimpkins/codeface/raw/master/fonts/inconsolata-g/Inconsolata-g.ttf
wget https://github.com/powerline/fonts/raw/master/Inconsolata-g/Inconsolata-g%20for%20Powerline.otf

After this run a

fc-cache -vf ~/.fonts

Also restart the terminal and that's it ! There ya go ! Now you have gvim (which enables os clipboard so you can paste in other apps --- as opposed to classic vim) which looks great and has lotsa funcionality. Enjoy. Star me if you think this helped you.

clj-vimrc's People

Contributors

anghene avatar darthava avatar

Stargazers

 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.