Added kubernetes manifest support

This commit is contained in:
2025-08-04 14:59:07 +02:00
parent bbea041283
commit 22ce35d2f0

View File

@@ -614,6 +614,15 @@ require('lazy').setup({
},
},
},
yamlls = {
settings = {
yaml = {
schemas = {
['https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.32.1-standalone-strict/all.json'] = vim.fs.normalize '/*.manifest.yaml',
},
},
},
},
-- C# Csharp
roslyn = {},
pylsp = {