added octo

This commit is contained in:
Oliver Hartmann 2023-01-30 21:43:40 +01:00
parent b9cf3aadef
commit 1792e54500
2 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,7 @@
"nvim-treesitter": { "branch": "master", "commit": "cda8b291ef6fc4e04036e2ea6cf0de8aa84c2656" },
"nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" },
"nvim-web-devicons": { "branch": "master", "commit": "a421d183ef37dfa13f51a5805bed2381aebf9080" },
"octo.nvim": { "branch": "master", "commit": "7900dc0cd37e7bb5d4175a37c9c4c3dfb94a1f7b" },
"overseer.nvim": { "branch": "master", "commit": "cebb263509fa6cb52c63544845a721dd826b3c15" },
"plenary.nvim": { "branch": "master", "commit": "1c7e3e6b0f4dd5a174fcea9fda8a4d7de593b826" },
"project.nvim": { "branch": "main", "commit": "685bc8e3890d2feb07ccf919522c97f7d33b94e4" },

4
lua/plugins/octo.lua Normal file
View File

@ -0,0 +1,4 @@
return { 'pwntester/octo.nvim',
cmd = 'Octo',
config = true,
}