web dev imprv
This commit is contained in:
parent
6955cee4bd
commit
02a5e57ab6
2 changed files with 20 additions and 0 deletions
|
@ -244,4 +244,16 @@ return {
|
|||
event = "BufReadPost",
|
||||
config = true,
|
||||
},
|
||||
{ -- show colors
|
||||
"https://github.com/norcalli/nvim-colorizer.lua",
|
||||
ft = { "html", "css", "scss", },
|
||||
keys = {
|
||||
{
|
||||
"<leader>uh",
|
||||
"<CMD>ColorizerToggle<CR>",
|
||||
desc = "Toggle background colors rendering",
|
||||
},
|
||||
},
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -136,6 +136,14 @@ return {
|
|||
},
|
||||
},
|
||||
})
|
||||
|
||||
lspconfig.cssls.setup {
|
||||
capabilities = capabilities,
|
||||
}
|
||||
|
||||
lspconfig.html.setup {
|
||||
capabilities = capabilities,
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue