⚙️ 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 {
|
return {
|
||||||
|
{
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
opts = function(_, opts)
|
||||||
|
vim.list_extend(opts.ensure_installed, {
|
||||||
|
"html",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue