How to Install and Uninstall vim-plugin-snipmate Package on openSUSE Leap

Last updated: November 23,2024

1. Install "vim-plugin-snipmate" package

Learn how to install vim-plugin-snipmate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install vim-plugin-snipmate

2. Uninstall "vim-plugin-snipmate" package

Please follow the steps below to uninstall vim-plugin-snipmate on openSUSE Leap:

$ sudo zypper remove vim-plugin-snipmate

3. Information about the vim-plugin-snipmate package on openSUSE Leap

Information for package vim-plugin-snipmate:
--------------------------------------------
Repository : Main Repository
Name : vim-plugin-snipmate
Version : 0.83-bp155.6.5
Arch : noarch
Vendor : openSUSE
Installed Size : 73.4 KiB
Installed : No
Status : not installed
Source package : vim-plugins-7.3.0-bp155.6.5.src
Upstream URL : http://www.vim.org/
Summary : Implements some of TextMate's snippets features in Vim
Description :
snipMate aims to be an unobtrusive, concise vim script that implements some of
TextMate's snippets features in Vim. A snippet is a piece of often-typed text
that you can insert into your document using a trigger word followed by a
.
For instance, in a C file using the default installation of snipMate.vim, if
you type "for" in insert mode, it will expand a typical for loop in C:
for (i = 0; i < count; i++) {
}

5. The same packages on other Linux Distributions