8000 GitHub - ishmayel/dot-vim: My VIM configuration & plugins · GitHub
[go: up one dir, main page]

Skip to content

ishmayel/dot-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My .vim directory

INSTALL

$ cd ~
$ git clone https://mariano@github.com/mariano/dot-vim.git .vim
$ cd ~/.vim
$ git submodule update --init
$ cd ~
$ ln -s .vim/.vimrc

CommandT

CommandT will require an extra step: compilation of the C ruby extension. To do so:

$ cd ~/.vim/bundle-available/command-t/ruby/command-t
$ ruby extconf.rb
$ make

Spaces vs. Tabs

Tab spacing is enabled by default. If on a project you want to swtich to spaces, create a .lvimrc file on the root path of the project with the following contents:

:call Spaces()

PHPCS

If you want to run PHPCS on a project, create a .lvimrc file on the root path of the project, and add the following (make sure your paths match):

:let g:phpqa_codesniffer_args = "--standard=/home/mariano/phpcs-standard.xml"
:let g:phpqa_codesniffer_cmd="/usr/local/bin/phpcs"
:let g:phpqa_messdetector_autorun = 0
:let g:phpqa_codecoverage_autorun = 0
:let g:phpqa_codesniffer_autorun = 1

About

My VIM configuration & plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%
0