Updates `yaml.nvim` repo URI

Changed files
+1 -1
.config
nvim
+1 -1
.config/nvim/lua/plugins.lua
··· 122 122 123 123 -- language specific 124 124 { 125 - "cuducos/yaml.nvim", 125 + "https://tangled.org/cuducos.me/yaml.nvim", 126 126 ft = { "yaml" }, 127 127 dependencies = { 128 128 "nvim-treesitter/nvim-treesitter",