Skip to content

Commit 67d9612

Browse files
Tony Thayer-Osbornetthayer
authored andcommitted
Adds yaml plugin
1 parent b733145 commit 67d9612

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/custom/plugins/yaml.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
return {
2+
"cuducos/yaml.nvim",
3+
config = function()
4+
require("yaml_nvim")
5+
end
6+
}

0 commit comments

Comments
 (0)