neovim configuration using rocks.nvim plugin manager
at main 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})