Skip to content

Commit

Permalink
fix(nvim): indent blankline config
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 6, 2023
1 parent b483f90 commit b38b294
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/neovim/config/lua/user/indent.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
require("ibl").setup({
indent = { char = "" },
exclude = {
filetypes = { "help" },
},
scope = { enabled = true },
exclude = { filetypes = { "help" } },
scope = { enabled = false },
})

local treesj = require("treesj")
Expand Down

0 comments on commit b38b294

Please sign in to comment.