refactor(nvim): do not use nvim-treesitter
configs for autotag setup
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m26s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m26s
This commit is contained in:
parent
c6d4080a82
commit
5aeb61bcba
@ -41,6 +41,7 @@ return {
|
|||||||
"PriceHiller/nvim-ts-autotag",
|
"PriceHiller/nvim-ts-autotag",
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
config = true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
||||||
@ -143,9 +144,6 @@ return {
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
autotag = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = true,
|
||||||
disable = { "lua", "org" },
|
disable = { "lua", "org" },
|
||||||
|
Loading…
Reference in New Issue
Block a user