Skip to content

BriceJamin/Vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim.git

My conf and plugins are saved in this repository.
Each plugin is installed with pathogen with submodules.
I follow documentation on how Using git-submodules to version-control Vim plugins
Seem since Vim 8.0, vim has his own way to load unload plugin.
This project doesnt use it yet, but it can be possible to remove pathogen and let vim do it himslelf by using this directories :.

  • pack/plugins/start/ : always loaded
  • pack/plugins/opt/ : loaded optionally with command :packadd foo and :helptags ALL

Replicating the repository on a machine

  • Clone the repository (recursively to clone plugins as well):

    git clone --recursive git@github.com:BriceJamin/Vim.git ~/.vim
    
  • Symlink .vimrc:

    ln -s ~/.vim/vimrc ~/.vimrc
    
  • Generate helptags for plugins:

    vim
    :helptags ALL
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published