Compare commits

..

No commits in common. "ff0e6d655365749808820393e354b0bf907a1186" and "837ad04456e45e0bb37d622fde44e706a36fc156" have entirely different histories.

2 changed files with 37 additions and 1 deletions

View File

@ -352,6 +352,10 @@ return {
},
},
yaml = {
schemaStore = {
enable = false,
url = "",
},
schemas = require("schemastore").yaml.schemas({
validate = { enable = true },
extra = {

View File

@ -38,9 +38,41 @@ return {
end,
},
{
"PriceHiller/nvim-ts-autotag",
"windwp/nvim-ts-autotag",
dependencies = { "nvim-treesitter/nvim-treesitter" },
event = { "BufReadPre", "BufNewFile" },
opts = {
filetypes = {
"astro",
"glimmer",
"handlebars",
"html",
"javascript",
"jsx",
"php",
"rescript",
"svelte",
"tsx",
"typescript",
"vue",
"xml",
},
},
ft = {
"astro",
"glimmer",
"handlebars",
"html",
"javascript",
"jsx",
"php",
"rescript",
"svelte",
"tsx",
"typescript",
"vue",
"xml",
},
},
{
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",