Bash: minimal .vimrc settings for python and yaml editing
If you are using vim on a constrained system (container or production system), you may not have the ability to setup vim plugin managers and plugins to mimic a full development environment. However, with a few basic settings in ‘~/.vimrc’, you can get a reasonable rendering that will assist in troubleshooting. ” find list using: … Bash: minimal .vimrc settings for python and yaml editing