Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 721 Bytes

vim-sourcetrail

Vim plugin to synchronize the cursor position with Sourcetrail.

Installation

Use your plugin manager of choice.

  • Pathogen
    • git clone https://github.com/CoatiSoftware/vim-sourcetrail ~/.vim/bundle/vim-sourcetrail
  • Vundle
    • Add Plugin 'CoatiSoftware/vim-sourcetrail' to .vimrc
    • Run :PlugInstall
  • NeoBundle
    • Add NeoBundle 'CoatiSoftware/vim-sourcetrail' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'CoatiSoftware/vim-sourcetrail' to .vimrc
    • Run :PlugInstall