We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b733145 commit 67d9612Copy full SHA for 67d9612
lua/custom/plugins/yaml.lua
@@ -0,0 +1,6 @@
1
+return {
2
+ "cuducos/yaml.nvim",
3
+ config = function()
4
+ require("yaml_nvim")
5
+ end
6
+}
0 commit comments