chore(nvim): nvim updates, copilot and glance.nvim

This commit is contained in:
2023-10-09 16:55:01 +03:00
parent 08c2be6f97
commit 83bdfbf6a2
4 changed files with 50 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"bash",
"html",
"javascript",
@@ -17,7 +17,7 @@ return {
"typescript",
"vim",
"yaml",
},
},
})
end,
},
}