Skip to content

p-herbert/vim-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Environment

These are my personal vim settings.

Installation

  1. Clone the repository

     git clone https://github.com/p-herbert/vim-settings.git ~/.vim
    
  2. Initialize the local configuration file

     git submodule init
    
  3. Fetch the submodules

     git submodule update
    
  4. Install pathogen

  5. Download the plugin comments and save it to ~/.vim/bundle/comments/plugin/

  6. Download and save to ~/.vim/syntax/ the following syntax files:

  7. Create a symbolic link from the repository .vimrc to the home directory

     ln -s ~/.vim/.vimrc ~
    
  8. Install jsctags

     npm i -g jsctags
    

Note: Additional system dependencies will need to be installed. See individual plugins for instructions.

About

Personal Vim Settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published