autotag
This commit is contained in:
parent
9b4c8cf70a
commit
5c88bdc535
1 changed files with 2 additions and 4 deletions
6
init.lua
6
init.lua
|
@ -704,9 +704,6 @@ require("nvim-treesitter.configs").setup({
|
||||||
yati = {
|
yati = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
autotag = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
matchup = {
|
matchup = {
|
||||||
enable = true,
|
enable = true,
|
||||||
enable_quotes = true,
|
enable_quotes = true,
|
||||||
|
@ -714,7 +711,8 @@ require("nvim-treesitter.configs").setup({
|
||||||
ensure_installed = "all",
|
ensure_installed = "all",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- --nvim-ts-autotag
|
--nvim-ts-autotag
|
||||||
|
require("nvim-ts-autotag").setup()
|
||||||
vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics, {
|
vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics, {
|
||||||
underline = true,
|
underline = true,
|
||||||
update_in_insert = true,
|
update_in_insert = true,
|
||||||
|
|
Loading…
Reference in a new issue