diff options
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 2986c64..7806790 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -364,6 +364,6 @@ require("indent_blankline").setup { | |||
364 | show_current_context = true, | 364 | show_current_context = true, |
365 | char = "┊", | 365 | char = "┊", |
366 | buftype_exclude = {"terminal"}, | 366 | buftype_exclude = {"terminal"}, |
367 | filetype_exclude = {"dashboard", "help", "ledger"} | 367 | filetype_exclude = {"dashboard", "help", "ledger", "man"} |
368 | } | 368 | } |
369 | -- }}} indent-blankline -- | 369 | -- }}} indent-blankline -- |