diff --git a/lua/custom/plugins/yaml.lua b/lua/custom/plugins/yaml.lua new file mode 100644 index 00000000..aad09b82 --- /dev/null +++ b/lua/custom/plugins/yaml.lua @@ -0,0 +1,6 @@ +return { + "cuducos/yaml.nvim", + config = function() + require("yaml_nvim") + end +}