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

Add additional support for Ansible in VIM

Results 15 vim-ansible-yaml issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

Given the playbook from http://docs.ansible.com/playbooks_intro.html: ``` --- - hosts: webservers vars: http_port: 80 max_clients: 200 remote_user: root tasks: - name: ensure apache is at the latest version yum: pkg=httpd state=latest...

Hello, I ran into trouble a few times when indent was automatically increased for a line when I edited it and put a dash somewhere in the middle of the...

Thanks for the plugin When I try to execute a `:Gdiff` with `vim-fugitive` in an ansible file, I get this error ``` txt Error detected while processing /Users/nzac/.vim/bundle/vim-ansible-yaml/syntax/ansible.vim: line 48:...

When working with a Yum repo: ``` name: http://example.com/url ``` the `http:` is highlighted just like `name:`. The expected behavior is that it is highlighted like any other field. ##...

Scalar blocks were removed in c6aca1c1938b75b102d9a6fcb9ca98de5a584b9d due to #6. [Scalar blocks](http://www.yaml.org/spec/1.2/spec.html#id2793652) and explicit tags are quite nearly the most complicated aspect of the YAML 1.2 specification and add very little...

enhancement
patches welcome

Strings, encased or otherwise, should be highlighted as if they were between Jinja variable blocks for the following keys: - when - changed_when - with_* There are probably more, but...

enhancement

I'd really like to automatically fold the top level of my ansible `.yml` files. Could you please add folding support? ## --- Want to back this issue? **[Post a bounty...

enhancement
patches welcome

Top file is filetype `ansible`, bottom file is filetype `yaml`. The top file shows the problem with double-quoted multiple lines: ![vim-ansible-yaml](https://cloud.githubusercontent.com/assets/147918/7492684/4787f3a0-f403-11e4-85a2-d31cfb61d921.png) ## --- Want to back this issue? **[Post a...

VIM 7.4.488: ![screen shot 2015-04-25 at 21 38 29](https://cloud.githubusercontent.com/assets/4608994/7334468/8970240e-eb93-11e4-9b35-3f987fd3fa95.png) NVIM 0.0.0-alpha+201504231827: ![screen shot 2015-04-25 at 21 37 46](https://cloud.githubusercontent.com/assets/4608994/7334472/a011df7c-eb93-11e4-90b9-ef29e6d52f1e.png) ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/12097563-wrong-syntax-highlight-in-neovim?utm_campaign=plugin&utm_content=tracker%2F509109&utm_medium=issues&utm_source=github)**...

patches welcome