All Projects → powerman → Vim Plugin Viewdoc

powerman / Vim Plugin Viewdoc

Vim plugin: flexible viewer for any documentation

Projects that are alternatives of or similar to Vim Plugin Viewdoc

Vim Buffet
IDE-like Vim tabline
Stars: ✭ 304 (+284.81%)
Mutual labels:  viml, vim-plugin
Vim Gnupg
This script implements transparent editing of gpg encrypted files.
Stars: ✭ 566 (+616.46%)
Mutual labels:  viml, vim-plugin
Zeavim.vim
Zeal for Vim
Stars: ✭ 320 (+305.06%)
Mutual labels:  documentation, vim-plugin
Jshint2.vim
Lightweight, customizable and functional Vim plugin for JSHint integration.
Stars: ✭ 265 (+235.44%)
Mutual labels:  viml, vim-plugin
Vim Hexedit
Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
Stars: ✭ 42 (-46.84%)
Mutual labels:  viml, vim-plugin
Investigate.vim
A Vim plugin for looking up documentation
Stars: ✭ 282 (+256.96%)
Mutual labels:  documentation, viml
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+5569.62%)
Mutual labels:  viml, vim-plugin
Python Altium
Altium schematic format documentation, SVG converter and TK viewer
Stars: ✭ 112 (+41.77%)
Mutual labels:  documentation, viewer
Tskeleton vim
File Templates and Code Skeletons/Snippets for VIM
Stars: ✭ 33 (-58.23%)
Mutual labels:  viml, vim-plugin
Vim Diff Toggle
🛠 Vim plugin to speed up editing diff files
Stars: ✭ 17 (-78.48%)
Mutual labels:  viml, vim-plugin
Vim Rubocop
The Vim RuboCop plugin runs RuboCop and displays the results in Vim
Stars: ✭ 262 (+231.65%)
Mutual labels:  viml, vim-plugin
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-35.44%)
Mutual labels:  viml, vim-plugin
Devdocs.vim
Open devdocs.io from Vim
Stars: ✭ 137 (+73.42%)
Mutual labels:  documentation, vim-plugin
Blamer.nvim
A git blame plugin for neovim inspired by VS Code's GitLens plugin
Stars: ✭ 283 (+258.23%)
Mutual labels:  viml, vim-plugin
Elm Doc Preview
Elm offline documentation previewer
Stars: ✭ 113 (+43.04%)
Mutual labels:  documentation, viewer
Pear Tree
A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
Stars: ✭ 327 (+313.92%)
Mutual labels:  viml, vim-plugin
8cc.vim
C Compiler written in Vim script
Stars: ✭ 205 (+159.49%)
Mutual labels:  viml, vim-plugin
Rocannon
Vim for Ansible playbooks: omni-completion, abbreviations, syntax, folding, K-docs, and colorscheme
Stars: ✭ 80 (+1.27%)
Mutual labels:  documentation, viml
Vimcompletesme
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
Stars: ✭ 752 (+851.9%)
Mutual labels:  viml, vim-plugin
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+1203.8%)
Mutual labels:  viml, vim-plugin

viewdoc

== Description

Flexible viewer for any documentation source (help/man/perldoc/etc.) for any file type inside Vim in easy to use, consistent, smart and configurable way.

  • You can configure how (keys/commands) documentation will be open. By default it will replace standard mapping for key K and command :help plus add mapping for <F1> key and new commands :man, :doc, etc.
  • You can configure where (buffer/window/tab) documentation will be open. Can open new docs in one dedicated (K) or new (<F1>) buffer/window/tab. Support all work styles:
    • full screen (no tabs, one window, open files/docs are in hidden buffers),
    • windowed (no tabs, many windows with open files/docs),
    • tabbed full screen (many tabs, each with one window, open files/docs are in different tabs),
    • tabbed (many tabs with many windows inside tabs).
  • You can easily navigate to next/previous topic while viewing documentation using <C-]> and <C-T> (or alternative keys <CR> and <BS>), just like you use tags for navigation within source code and Vim's help.
  • Even closing documentation buffer/window/tab is easier, smarter and more configurable than ever before. :)
  • Smart detection of documentation source and topic when opening documentation for <cword> (word under cursor) - can use current syntax highlight (to find topic's context) and surrounding text (when topic doesn't include important special symbols because of 'iskeyword' value).
  • Smart completion for available documentation topics when opening documentation using command (just like Vim's :help command works). (Some documentation sources may not support this.)
  • Supported documentation sources:
    • man pages
    • Vim's help
    • custom documentation in vim help format: (CSS 2.1, CMake, LaTeX, …)
    • perldoc
    • godoc
    • pydoc (python)
    • pman (php)
    • OS Inferno man pages
    • ri (ruby)
    • bash's help
    • GNU info (smart support for: awk, make, m4, automake)
  • Support for new documentation sources and file types can be easily added by external plugins or within ~/.vimrc file.
  • You can have several documentation sources for same file type, and choose which one should be used on-the-fly.
  • Can be used as console man page viewer instead of /usr/bin/man.

Tested only in Linux, but should work in any *NIX.

Download .zip/.vmb from http://www.vim.org/scripts/script.php?script_id=3893

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].