kovetskiy / vim-bash

Vim as Bash IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-bash

There is a plugin for fixing syntax issues with bash files. Plugin based on official sh syntax detection.

Features

  • fix highlighting functions which name contains :;
  • fix indentation for functions which name contains :;
  • fix highlighting local statement;
  • set ft=bash for *.sh files.

Installation

Just add following lines to your .vimrc file:

Plug 'kovetskiy/vim-bash'

no need for configuration, install and forget.

Also

You might be (must have!) interested in following things:

About

Vim as Bash IDE


Languages

Language:Vim Script 100.0%