# HG changeset patch # User Zeger Van de Vannet # Date 1614067531 -3600 # Node ID 678cb3fdb667ad4f4cb48d8ed0ab1bbb857ddcb0 # Parent 7838713fd3b4fda5d5a846e02deef470b6721ee6 Update to latest version of indent-blankline Removes the need for indentline, no conceal Exclude terminal from showing lines diff -r 7838713fd3b4 -r 678cb3fdb667 dot_config/nvim/config.lua --- a/dot_config/nvim/config.lua Fri Feb 19 17:37:38 2021 +0100 +++ b/dot_config/nvim/config.lua Tue Feb 23 09:05:31 2021 +0100 @@ -72,8 +72,13 @@ use {'mhinz/vim-grepper', cmd = {'Grepper'}} -- Indent lines - use {'Yggdroot/indentline'} - use {'lukas-reineke/indent-blankline.nvim', branch = 'lua'} + use { + 'lukas-reineke/indent-blankline.nvim', + branch = 'lua', + config = function () + vim.g.indent_blankline_buftype_exclude = {'terminal'} + end + } -- Tmux function test_tmux()