Compare commits
2 Commits
837ad04456
...
ff0e6d6553
Author | SHA1 | Date | |
---|---|---|---|
ff0e6d6553 | |||
7776463c30 |
@ -352,10 +352,6 @@ return {
|
||||
},
|
||||
},
|
||||
yaml = {
|
||||
schemaStore = {
|
||||
enable = false,
|
||||
url = "",
|
||||
},
|
||||
schemas = require("schemastore").yaml.schemas({
|
||||
validate = { enable = true },
|
||||
extra = {
|
||||
|
@ -38,41 +38,9 @@ return {
|
||||
end,
|
||||
},
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
"PriceHiller/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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user