Configure vimrc for vim-bootstrap.
None.
This role support all languages of vim-bootstrap.
vim_command: Target vim command (vimornvim)vim_langs: List of languages supported from vim-bootstrapvim_frameworks: List of frameworks supported from vim-bootstrapvim_theme: Vim color theme supported from vim-boostrapvim_additional_plugins: List of plugins that you want to use
None.
Simply usage: (Minimum config in vim-bootstrap)
- hosts: localhost
connection: local
roles:
- attakei.vim_bootstrap
For Python engineer (Case of specify language)
- hosts: localhost
connection: local
roles:
- role: attakei.vim_bootstrap
vim_langs:
- python
MIT License