diff options
-rw-r--r-- | .config/nvchecker/community.toml | 7 | ||||
-rw-r--r-- | .config/packages/community.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 48c6350..6827c65 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -97,6 +97,12 @@ use_max_tag = true source = "pypi" pypi = "ansible-core" +[ansible-language-server] +source = "git" +git = "https://github.com/ansible/ansible-language-server" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [anything-sync-daemon] source = "git" git = "https://github.com/graysky2/anything-sync-daemon" @@ -3171,3 +3177,4 @@ use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + diff --git a/.config/packages/community.txt b/.config/packages/community.txt index 1db55cd..c45e454 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -17,6 +17,7 @@ ams-lv2 amsynth analogtapemodel ansible-core +ansible-language-server anything-sync-daemon arch-release-promotion ardour |