How to Install and Uninstall vim-plugin-ale Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "vim-plugin-ale" package

Please follow the guidance below to install vim-plugin-ale on openSuSE Tumbleweed

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

2. Uninstall "vim-plugin-ale" package

This tutorial shows how to uninstall vim-plugin-ale on openSuSE Tumbleweed:

$ sudo zypper remove vim-plugin-ale

3. Information about the vim-plugin-ale package on openSuSE Tumbleweed

Information for package vim-plugin-ale:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : vim-plugin-ale
Version : 3.3.0-60.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : vim-plugins-7.3.0-60.1.src
Upstream URL : http://www.vim.org/
Summary : Asynchronous Lint Engine plugin for VIM
Description :
ALE makes use of NeoVim and Vim 8 job control functions and timers
to run linters on the contents of text buffers and return errors as
text is changed in Vim. This allows for displaying warnings and
errors in files being edited in Vim before files have been saved
back to a filesystem.
In other words, this plugin allows you to lint while you type.