All Projects → aperezdc → Vim Template

aperezdc / Vim Template

Simple templates plugin for Vim

Projects that are alternatives of or similar to Vim Template

Mikado
Mikado is the webs fastest template library for building user interfaces.
Stars: ✭ 323 (-1.52%)
Mutual labels:  templates, template
cmp-under-comparator
nvim-cmp comparator function for completion items that start with one or more underlines
Stars: ✭ 77 (-76.52%)
Mutual labels:  vim-plugin, neovim-plugin
gh.vim
Vim/Neovim plugin for GitHub
Stars: ✭ 149 (-54.57%)
Mutual labels:  vim-plugin, neovim-plugin
vim-jukit
Jupyter-Notebook inspired Neovim/Vim Plugin
Stars: ✭ 55 (-83.23%)
Mutual labels:  vim-plugin, neovim-plugin
Languageclient Neovim
Language Server Protocol (LSP) support for vim and neovim.
Stars: ✭ 3,352 (+921.95%)
Mutual labels:  vim-plugin, neovim-plugin
vim-iawriter
iAwriter's Focus mode for vim
Stars: ✭ 23 (-92.99%)
Mutual labels:  vim-plugin, neovim-plugin
virt-column.nvim
Display a character as the colorcolumn
Stars: ✭ 64 (-80.49%)
Mutual labels:  vim-plugin, neovim-plugin
SimpleSnippets.vim
Simple snippet support for your Vim and Neovim
Stars: ✭ 86 (-73.78%)
Mutual labels:  vim-plugin, neovim-plugin
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-14.94%)
Mutual labels:  vim-plugin, neovim-plugin
gx-extended.vim
Extend gx to use it beyond just URLs!
Stars: ✭ 23 (-92.99%)
Mutual labels:  vim-plugin, neovim-plugin
cmp-rg
ripgrep source for nvim-cmp
Stars: ✭ 165 (-49.7%)
Mutual labels:  vim-plugin, neovim-plugin
Blamer.nvim
A git blame plugin for neovim inspired by VS Code's GitLens plugin
Stars: ✭ 283 (-13.72%)
Mutual labels:  vim-plugin, neovim-plugin
vim-dap
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
Stars: ✭ 43 (-86.89%)
Mutual labels:  vim-plugin, neovim-plugin
Dashboard Nvim
vim dashboard
Stars: ✭ 294 (-10.37%)
Mutual labels:  vim-plugin, neovim-plugin
fzf-checkout.vim
Manage branches and tags with fzf
Stars: ✭ 187 (-42.99%)
Mutual labels:  vim-plugin, neovim-plugin
YankAssassin.vim
Don't let the cursor move while Yanking in Vim/Neovim
Stars: ✭ 50 (-84.76%)
Mutual labels:  vim-plugin, neovim-plugin
onestatus
an api to customize tmux from vim
Stars: ✭ 82 (-75%)
Mutual labels:  vim-plugin, neovim-plugin
bolt.nvim
⚡ Ultrafast multi-pane file manager for Neovim with fuzzy matching
Stars: ✭ 100 (-69.51%)
Mutual labels:  vim-plugin, neovim-plugin
format.nvim
Neovim lua plugin to format the current buffer with external executables
Stars: ✭ 189 (-42.38%)
Mutual labels:  vim-plugin, neovim-plugin
Gen tags.vim
Async plugin for vim and neovim to ease the use of ctags/gtags
Stars: ✭ 288 (-12.2%)
Mutual labels:  vim-plugin, neovim-plugin

============================= Simple Vim templates plugin

:Author: Adrian Perez [email protected]

This is a simple plugin for Vim that will allow you to have a set of templates for certain file types. It is useful to add boilerplate code like guards in C/C++ headers, or license disclaimers.

Installation

The easiest way to install the plugin is to install it as a bundle. For example, using Pathogen__:

  1. Get and install pathogen.vim <https://github.com/tpope/vim-pathogen>_. You can skip this step if you already have it installed.

  2. cd ~/.vim/bundle

  3. git clone git://github.com/aperezdc/vim-template.git

__ https://github.com/tpope/vim-pathogen

Bundle installs are known to work fine also when using Vundle__. Other bundle managers are expected to work as well.

__ https://github.com/gmarik/vundle

.. important:: If you use Fish__ as your shell, you will need to add set shell=/bin/sh to your ~/.vimrc — the plugin relies on the setting pointing to a Bourne-compatible__ shell.

__ http://fishshell.com/ __ https://en.wikipedia.org/wiki/Bourne_shell

Documentation

The documentation can be browsed directly in Vim::

:help template.txt

Alternatively, you can also read it in your browser__.

__ https://github.com/aperezdc/vim-template/blob/master/doc/template.txt

Updating

Manually

In order to update the plugin, go to its bundle directory and use Git to update it:

  1. cd ~/.vim/bundle/vim-template

  2. git pull

With Vundle

Use the :BundleUpdate command provided by Vundle, for example invoking Vim like this::

% vim +BundleUpdate

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].