Blog posts tagged with plugin

Getting a class and method overview in vim with the TagList plugin

TagList plugin for vim allows you to view list of classes, methods, variables, constants and other tags from index file generated by exuberant ctags. TagList shows tags in a context of files you edit and groups them by type. You can jump to a chosen tag, open it in a new tab or window and do many other useful things.

Exploring files and directories in vim with the NERD tree plugin

Exploring, opening, switching, renaming, moving files and directories are common tasks performed during coding. In IDEs it is usually achieved with some kind of filesystem explorer. In vim I preffer to use the NERD tree plugin.

Textile in vim - edit your text files with wiki markup

Textile is a simple markup language. It's used in CMS and wiki implementations (i.e. Redmine). I also like to use it while making notes in plain text files. Textile plugin for vim adds support for syntax highlighting, preview and html conversion of Textile documents.