neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 211 B view raw
1require("ibl").setup({ 2 scope = { 3 enabled = false, 4 }, 5 exclude = { 6 filetypes = { 7 "octo", 8 "janet", 9 "markdown", 10 "norg", 11 } 12 } 13})