comparison dot_config/nvim/config.lua @ 357:faf583aae0f4

Fix indent blankline color Default is using comment, which is italized
author Zeger Van de Vannet <zegervdv@me.com>
date Tue, 02 Mar 2021 09:23:11 +0100
parents f7b97becaa64
children 337eb27fc66e
comparison
equal deleted inserted replaced
356:f7b97becaa64 357:faf583aae0f4
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', 'help', 'nofile'} 79 vim.g.indent_blankline_buftype_exclude = {'terminal', 'help', 'nofile'}
80 vim.g.indent_blankline_char_highlight = 'Conceal'
80 end 81 end
81 } 82 }
82 83
83 -- Tmux 84 -- Tmux
84 function test_tmux() 85 function test_tmux()