Adds yaml plugin

This commit is contained in:
Tony Thayer-Osborne 2023-06-23 14:45:53 -07:00 committed by Tony Thayer-Osborne
parent b733145181
commit 67d9612c6a
No known key found for this signature in database
GPG Key ID: 4750FF483E701B75
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
"cuducos/yaml.nvim",
config = function()
require("yaml_nvim")
end
}