Skip to content

Symbol list for tags used in your project.

License

Notifications You must be signed in to change notification settings

petermeng/ex-symbol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


For more details, check exVim's Docs: Tags and Symbols


Intro

ex-symbol is a Vim plugin which can list all tag names in the plugin window for search and jump.

ex-symbol is also a part of exVim project.

Requirements

Installation

Install ex-utility

ex-symbol is written based on exvim/ex-utility. This is the basic library of ex-vim-plugins. Follow the readme file in ex-utility to install it first.

Install ex-symbol

ex-symbol follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

To install using Vundle:

# add this line to your .vimrc file
Bundle 'exvim/ex-symbol'

To install using Pathogen:

cd ~/.vim/bundle
git clone https://github.com/exvim/ex-symbol

To install using NeoBundle:

# add this line to your .vimrc file
NeoBundle 'exvim/ex-symbol'

Download zip file:

cd ~/.vim
unzip ex-symbol-master.zip
copy all of the files into your ~/.vim directory

About

Symbol list for tags used in your project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%