update nvim

This commit is contained in:
2023-02-03 16:08:09 +01:00
parent c5d8b5ef2b
commit 057b357f05
19 changed files with 218 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
return {
after = "telescope.nvim",
"pwntester/octo.nvim",
event = "UIEnter",
config = function() require("octo").setup() end,
}