Skip to content

pbt001/neovim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Config by Epeli

Install

Vim and tools

sudo apt-get install vim-nox git-core tmux curl wget bvi

Checkers and linters for Syntastic (and some other tools)

sudo npm install -g jshint coffee-script jsonlint stylus less serve yalr
sudo npm install -g npmlv npm-mkrelease grunt
sudo gem install sass
sudo apt-get install pyflakes

Bootstrap

sh <(wget -qO - https://github.com/epeli/vimconfig/raw/master/install.sh)

Caps Lock to Esc

xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'

Can't live without it.

Solarized for gnome-terminal

tmux 1.8

sudo apt-get install checkinstall libevent-dev libncurses-dev
wget http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.8/tmux-1.8.tar.gz
tar xzvf tmux-1.8.tar.gz
cd tmux-1.8/
./configure
make
sudo checkinstall

Influences from

Scripting

:help usr_41.txt

http://www.ibm.com/developerworks/views/linux/libraryview.jsp?end_no=100&lcl_sort_order=asc&type_by=Articles&sort_order=desc&show_all=false&start_no=1&sort_by=Title&search_by=scripting+the+vim+editor&topic_by=All+topics+and+related+products&search_flag=true&show_abstract=true

http://learnvimscriptthehardway.stevelosh.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 91.1%
  • Python 5.9%
  • Shell 1.5%
  • Perl 1.2%
  • Makefile 0.3%
  • Ruby 0.0%