mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/html.lua: add html lsp
This commit is contained in:
parent
681910f785
commit
359507e0dd
1 changed files with 10 additions and 0 deletions
|
|
@ -5,6 +5,16 @@ return {
|
||||||
ensure_installed = { "html" }
|
ensure_installed = { "html" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
servers = {
|
||||||
|
html = {
|
||||||
|
filetypes = {"html", "templ", "blade" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"windwp/nvim-ts-autotag",
|
"windwp/nvim-ts-autotag",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue