⚙️ config(nvim): added html treesitter in the extra
This commit is contained in:
parent
f83bf9b235
commit
4886cb4fd1
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"html",
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue