# HG changeset patch # User Zeger Van de Vannet # Date 1614418536 -3600 # Node ID d6c684c651bfad4d2a3836c3fe7a3946d648096f # Parent 83633264346883982fdfef13570a319e54f99f5f Disable indentlines in help and non-file buffers diff -r 836332643468 -r d6c684c651bf dot_config/nvim/config.lua --- a/dot_config/nvim/config.lua Tue Feb 23 09:41:03 2021 +0100 +++ b/dot_config/nvim/config.lua Sat Feb 27 10:35:36 2021 +0100 @@ -76,7 +76,7 @@ 'lukas-reineke/indent-blankline.nvim', branch = 'lua', config = function () - vim.g.indent_blankline_buftype_exclude = {'terminal'} + vim.g.indent_blankline_buftype_exclude = {'terminal', 'help', 'nofile'} end }