feat(nvim): add Octo plugin

This commit is contained in:
Stefan Imhoff
2022-10-02 14:26:17 +02:00
parent 2437b5b056
commit 3fc7f1ceb9
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- Octo.nvim https://github.com/pwntester/octo.nvim
local status_ok, octo = pcall(require, "octo")
if not status_ok then
return
end
octo.setup()