1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove obsolete option for indent-blankline

This commit is contained in:
jdhao
2023-10-03 15:13:41 +02:00
parent 4d8ef868ad
commit 97af59e670
2 changed files with 17 additions and 18 deletions

View File

@@ -12,7 +12,6 @@ require("ibl").setup {
show_start = false,
show_end = false,
},
disable_with_nolist = true,
exclude = {
filetypes = exclude_ft,
buftypes = { "terminal" },