Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2024
1 parent 356b85b commit 5491752
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/kustomize.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*kustomize.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 October 11
*kustomize.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 November 03

==============================================================================
Table of Contents *kustomize.nvim-table-of-contents*
Expand Down Expand Up @@ -34,6 +34,7 @@ With Lazy.nvim <https://github.com/folke/lazy.nvim>
{
"allaman/kustomize.nvim",
requires = "nvim-lua/plenary.nvim",
dependencies = "nvim-lua/plenary.nvim"
ft = "yaml",
opts = {}
}
Expand Down Expand Up @@ -96,7 +97,14 @@ you.
run = {
validate = {
cmd = "kubeconform",
args = { "--strict", "--ignore-missing-schemas" },
args = {
"--strict",
"--ignore-missing-schemas",
"-schema-location",
"default",
"-schema-location",
"https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json",
},
},
deprecations = {
cmd = "kubent",
Expand Down

0 comments on commit 5491752

Please sign in to comment.