From fdea6a943824ef7a7d426479b62b05637c08143a Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 12 Dec 2024 09:19:52 +0100 Subject: [PATCH] Disable linting in some parts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 739798e..529019d 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ For more information about communication, see the [Ansible communication guide]( - [Ansible Language Server](https://github.com/ansible/ansible-language-server) - Language Server that adds support for Ansible, to compatible Editors. - [VS Code - official Ansible Extension](https://marketplace.visualstudio.com/items?itemName=redhat.ansible) - Adds language support for Ansible to Visual Studio Code and OpenVSX compatible editors by leveraging ansible-language-server. + - [Vim](https://www.vim.org/) - An open-source, free command-line text editor. Useful Vim plugins include: - [Ansible vim](https://github.com/pearofducks/ansible-vim) - A vim syntax plugin for Ansible 2.x, it supports YAML playbooks, Jinja2 templates, and Ansible's hosts files. - [Ansible vim and neovim plugin](https://www.npmjs.com/package/@yaegassy/coc-ansible) - A vim plugin (lsp client) for Ansible, it supports autocompletion, syntax highlighting, hover, diagnostics, and goto support. @@ -170,3 +171,4 @@ For more information about communication, see the [Ansible communication guide]( - [PyCharm](https://www.jetbrains.com/pycharm/) - A full IDE for Python software development. Useful plugins include: - [Ansible Lint](https://plugins.jetbrains.com/plugin/20905-ansible-lint) - Ansible Lint integration with automatic/continuous annotation of errors, warnings, and info while editing. - [Ansible Vault Integration](https://plugins.jetbrains.com/plugin/14353-ansible-vault-integration) - Integrate the ansible vault directly into IntelliJ IDEA with context actions for vaulting and unvaulting secrets. +