comparison dot_config/nvim/config.lua @ 354:d6c684c651bf

Disable indentlines in help and non-file buffers
author Zeger Van de Vannet <zegervdv@me.com>
date Sat, 27 Feb 2021 10:35:36 +0100
parents 678cb3fdb667
children f7b97becaa64
comparison
equal deleted inserted replaced
353:836332643468 354:d6c684c651bf
74 -- Indent lines 74 -- Indent lines
75 use { 75 use {
76 'lukas-reineke/indent-blankline.nvim', 76 'lukas-reineke/indent-blankline.nvim',
77 branch = 'lua', 77 branch = 'lua',
78 config = function () 78 config = function ()
79 vim.g.indent_blankline_buftype_exclude = {'terminal'} 79 vim.g.indent_blankline_buftype_exclude = {'terminal', 'help', 'nofile'}
80 end 80 end
81 } 81 }
82 82
83 -- Tmux 83 -- Tmux
84 function test_tmux() 84 function test_tmux()