Plugins

Vim-Mahewin-Repository comes with plugins and are configured to most. Each configuration options can be overridden in the configuration file vimrc.local.

Syntastic

Syntastic is a awesome plugin to check syntax displays any resulting errors.

Symbol style

When errors or warnings a symbol is displayed on the side of the line. Vim-Mahewin-Repository provides custom style for syntastic_error_symbol ✗, for syntastic_style_error_symbol S✗, for syntastic_warning_symbol ⚠, and for syntastic_style_warning_symbol S⚠.

Active file

Currently Vim-Mahewin-Repository check the syntax automatically at the opening and closing and saving files for Perl, Python, and C language.

Passive file

To check syntax of PHP file you need explicitly call SyntasticCheck command.

Information

To see information about the current file you can call SyntasticInfo command.

Vundle

Vundle is a Vim plugin manager.

Update

To update plugins it’s possible to use :BundleInstall! or keymap <leader>vu.

Tagbar

Tagbar is a Vim plugin for browsing the tags of source code files. It provides a sidebar that displays the ctags, need install exuberant-ctags, use F9 to toggle the tagbar window.

NERDTree

The NERD tree allows you to explore your filesystem and to open files and directories. Use F11 to display the tree and q to quit the tree.

Custom plugin

Install

To install plugins that are not provided by Vim-Mahewin-Repository it is possible to create a file call .bundle.local in the user directory:

Bundle 'benmills/vimux'

After adding the line, it must run the command :BundleInstall that all. But if you find an interesting plugin do enjoy the community and made a pull request.

Uninstall

To uninstall a custom plugin, remove the line of the file and run the command :BundleClean to remove the plugin of .vim directory.