Go to file
Robert Kaussow 4654c4baf0
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
ci: replace deprecated workflow syntax
2024-10-31 11:32:11 +01:00
.woodpecker ci: replace deprecated workflow syntax 2024-10-31 11:32:11 +01:00
defaults refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:20 +02:00
meta refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:20 +02:00
molecule/default refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:20 +02:00
tasks refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:20 +02:00
templates/etc/vim initial commit 2018-11-01 14:40:51 +01:00
vars refactor ci pipeline 2019-10-19 16:31:54 +02:00
.gitignore ci: migrate to woodpecker 2024-02-18 12:20:57 +01:00
.markdownlint.yml ci: migrate to woodpecker 2024-02-18 12:20:57 +01:00
.prettierignore ci: migrate to woodpecker 2024-02-18 12:20:57 +01:00
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:20 +02:00
LICENSE chore: end of the year maintenance [skip ci] 2021-12-21 10:45:54 +01:00
pyproject.toml ci: migrate to woodpecker 2024-02-18 12:20:57 +01:00
README.md [skip ci] automated docs update 2024-02-18 11:25:17 +00:00
requirements.yml refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:20 +02:00

xoxys.vim

Build Status License: MIT

Setup vim editor.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

vim_config

Default value

vim_config:
  - set background=dark
  - set tabstop=4 shiftwidth=4 expandtab
  - syntax on

Dependencies

None.

License

MIT

Author

Robert Kaussow