Compare commits
No commits in common. "ff0e6d655365749808820393e354b0bf907a1186" and "837ad04456e45e0bb37d622fde44e706a36fc156" have entirely different histories.
ff0e6d6553
...
837ad04456
@ -352,6 +352,10 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
yaml = {
|
yaml = {
|
||||||
|
schemaStore = {
|
||||||
|
enable = false,
|
||||||
|
url = "",
|
||||||
|
},
|
||||||
schemas = require("schemastore").yaml.schemas({
|
schemas = require("schemastore").yaml.schemas({
|
||||||
validate = { enable = true },
|
validate = { enable = true },
|
||||||
extra = {
|
extra = {
|
||||||
|
@ -38,9 +38,41 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PriceHiller/nvim-ts-autotag",
|
"windwp/nvim-ts-autotag",
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
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",
|
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user