pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
796 stars 98 forks source link

how to set the options #41

Closed jasonwangnanjing closed 7 years ago

jasonwangnanjing commented 7 years ago

Hi ,

Can u let me know where i could set the variables like g:ansible_unindent_after_newline = 1?

tks! in advance.

pearofducks commented 7 years ago

You set these in your .vimrc file.

My vimrc file is viewable here, and I've highlighted one of these config lines.