mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
html
This commit is contained in:
@@ -91,6 +91,25 @@ return {
|
||||
},
|
||||
capabilities = capabilities,
|
||||
},
|
||||
html = {
|
||||
filetypes = { 'html' },
|
||||
capabilities = capabilities,
|
||||
opts = {
|
||||
settings = {
|
||||
html = {
|
||||
format = {
|
||||
templating = true,
|
||||
wrapLineLength = 120,
|
||||
wrapAttributes = 'auto',
|
||||
},
|
||||
hover = {
|
||||
documentation = true,
|
||||
references = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
biome = {
|
||||
capabilities = capabilities,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user