dotfiles/nvim/dot-config/nvim/lua/plugins/kubernetes.lua

11 lines
197 B
Lua

-- https://github.com/diogo464/kubernetes.nvim
--- @module "lazy"
--- @type LazySpec
return {
"diogo464/kubernetes.nvim",
opts = {
schema_strict = true,
schema_generate_always = false,
},
}