Skip to content

Commit

Permalink
Disable projects v2 warning for octo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 13, 2024
1 parent 0e2f1b5 commit 95aa230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/nixvim/octo-nvim-setup.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require('octo').setup({
mappings_disable_default = true,
supress_missing_scope = {
projects_v2 = true,
},
})

0 comments on commit 95aa230

Please sign in to comment.