⚙️ config(nvim): added html treesitter in the extra

This commit is contained in:
Sergio Laín 2023-11-29 10:44:52 +01:00
parent f83bf9b235
commit 4886cb4fd1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,4 +1,12 @@
return { return {
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"html",
})
end,
},
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {