All Projects → krzysztof-magosa → company-ansible

krzysztof-magosa / company-ansible

Licence: MIT License
Ansible keywords completion for Emacs

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to company-ansible

Use Package
A use-package declaration for simplifying your .emacs
Stars: ✭ 3,748 (+17747.62%)
Mutual labels:  melpa, keyword
evildork
Evildork targeting your fiancee👁️
Stars: ✭ 46 (+119.05%)
Mutual labels:  keyword
company-flow
No description or website provided.
Stars: ✭ 32 (+52.38%)
Mutual labels:  melpa
OpenNMT-kpg-release
Keyphrase Generation
Stars: ✭ 162 (+671.43%)
Mutual labels:  keyword
esh-autosuggest
Fish-like autosuggestions in eshell.
Stars: ✭ 88 (+319.05%)
Mutual labels:  company
helm-gitignore
Helm interface for generating .gitignore files
Stars: ✭ 20 (-4.76%)
Mutual labels:  melpa
node-alchemy
An Alchemy API library for Node.JS
Stars: ✭ 54 (+157.14%)
Mutual labels:  keyword
company-admin
Filling annual returns (through ACRA) and tax (through IRAS) for Singapore based small company
Stars: ✭ 23 (+9.52%)
Mutual labels:  company
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-33.33%)
Mutual labels:  melpa
clipetty
Manipulate the system (clip)board with (e)macs from a (tty)
Stars: ✭ 91 (+333.33%)
Mutual labels:  melpa
rake
A Java library for Rapid Automatic Keyword Extraction (RAKE) 🍂
Stars: ✭ 23 (+9.52%)
Mutual labels:  keyword
svg-tag-mode
A minor mode for Emacs that replace keywords with nice SVG labels
Stars: ✭ 314 (+1395.24%)
Mutual labels:  melpa
auctex-latexmk
This library adds LatexMk support to AUCTeX.
Stars: ✭ 81 (+285.71%)
Mutual labels:  melpa
emacs2nix
Automatically generate Nix expressions for Emacs packages
Stars: ✭ 23 (+9.52%)
Mutual labels:  melpa
text2keywords
Trained T5 and T5-large model for creating keywords from text
Stars: ✭ 53 (+152.38%)
Mutual labels:  keyword
ComPP
Company Passwords Profiler (aka ComPP) helps making a bruteforce wordlist for a targeted company.
Stars: ✭ 44 (+109.52%)
Mutual labels:  company
lsp-metals
lsp-mode ❤️ metals
Stars: ✭ 49 (+133.33%)
Mutual labels:  melpa
emacs-counsel-tramp
Tramp ivy interface for ssh and docker and ‎vagrant
Stars: ✭ 49 (+133.33%)
Mutual labels:  melpa
emacs-mips-mode
An Emacs major mode for MIPS assembly code
Stars: ✭ 22 (+4.76%)
Mutual labels:  melpa
shakespeare-mode
An emacs major mode for editing hamlet, lucius, and julius files
Stars: ✭ 35 (+66.67%)
Mutual labels:  melpa

Ansible keywords completion for Emacs

MELPA Stable MELPA

This library enables the completion of Ansible keywords using Company Mode for Emacs.

Screenshot

How to install

The recommended way to install is via MELPA.

How to configure Company

You need to add company-ansible to backends used by company.

(add-to-list 'company-backends 'company-ansible)

Coverage

Dictionary contains all modules, parameters and choices from official Ansible repository.

Supported versions of Ansible:

  • 2.5
  • 2.6
  • 2.7
  • 2.8
  • 2.9

How to update keywords file

cd utils
./generate-keywords.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].