Created
March 18, 2024 12:11
-
-
Save georgecatalin/c7999b1012a02b936ba8ed2392f44fe8 to your computer and use it in GitHub Desktop.
Customize VIM for bash scripting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# customizations to add so that VIM suits best bash scripting | |
set number | |
set showmatch | |
syntax enable | |
set autoindent | |
set smartindent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment