How to Install and Uninstall vim-editorconfig Package on Kali Linux

Last updated: May 17,2024

1. Install "vim-editorconfig" package

Please follow the instructions below to install vim-editorconfig on Kali Linux

$ sudo apt update $ sudo apt install vim-editorconfig

2. Uninstall "vim-editorconfig" package

This guide covers the steps necessary to uninstall vim-editorconfig on Kali Linux:

$ sudo apt remove vim-editorconfig $ sudo apt autoclean && sudo apt autoremove

3. Information about the vim-editorconfig package on Kali Linux

Package: vim-editorconfig
Version: 0.3.3+dfsg-2.1
Installed-Size: 51
Maintainer: Michael Fladischer
Architecture: all
Depends: editorconfig, vim-nox
Recommends: vim-addon-manager
Size: 10324
SHA256: e9810c7311fdcc9acbf7a0b6540f04740f2831e27fdfa5538cc81af5379ae5ed
SHA1: 65ff8d1234d502d2c3f84f6fa641339ca5be1e0d
MD5sum: 4a92d74c82dcedfdf5436d09d6d92c74
Description: EditorConfig Plugin for Vim
EditorConfig helps developers define and maintain consistent coding styles for
their projects for different editors and IDEs. The EditorConfig project
consists of a file format for defining coding styles and a collection of text
editor plugins that enable editors to read the file format and adhere to
defined styles. EditorConfig files are easily readibly and they work nicely
with version control systems.
.
The EditorConfig Vim plugin supports the following EditorConfig properties:
* indent_style
* indent_size
* tab_width
* end_of_line
* charset
* insert_final_newline
* trim_trailing_whitespace
* max_line_length
* root (only used by EditorConfig core)
Description-md5: 678a397696db47878a35dc272c385244
Homepage: https://github.com/editorconfig/editorconfig-vim
Section: editors
Priority: optional
Filename: pool/main/v/vim-editorconfig/vim-editorconfig_0.3.3+dfsg-2.1_all.deb