vim-yaml icon indicating copy to clipboard operation
vim-yaml copied to clipboard

indent yaml

Results 5 vim-yaml issues
Sort by recently updated
recently updated
newest added

Would it be possible to configure the plugin to use 2 spaces instead of 4? It looks like everyone is using 2 spaces by the way.

Just that, this is an indent plugin and vim has a defined way to handle them but they must be on the proper directory.

The conventional location for indent files is in the 'indent/' directory.

When on the 2nd line of the following example, hitting return to add a new line causes the line to get re-indented to the same indentation level as the first...