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,4 +1,11 @@
return {
-- Copilot from github
-- https://github.com/github/copilot.vim
{
"github/copilot.vim",
lazy = false,
enabled = true,
},
-- A better annotation generator. Supports multiple languages and annotation conventions.
-- https://github.com/danymat/neogen
{