Skip to content

Commit

Permalink
minor(octo.nvim): silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Sep 29, 2024
1 parent be2436b commit 72db47b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/octo/configuration.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
require("octo").setup({})
require("octo").setup({
suppress_missing_scope = {
projects_v2 = true,
},
})

vim.treesitter.language.register("markdown", "octo")

Expand Down

0 comments on commit 72db47b

Please sign in to comment.