Adds yaml plugin
This commit is contained in:
parent
b733145181
commit
67d9612c6a
1 changed files with 6 additions and 0 deletions
6
lua/custom/plugins/yaml.lua
Normal file
6
lua/custom/plugins/yaml.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"cuducos/yaml.nvim",
|
||||||
|
config = function()
|
||||||
|
require("yaml_nvim")
|
||||||
|
end
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue