From 95a4ddf53fd704fcf214ace54be4dacab2b6dafa Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Mon, 11 Oct 2021 17:03:25 +0200 Subject: Vim disabled lualine in toggleterm --- .config/nvim/lua/stl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/lua/stl.lua') diff --git a/.config/nvim/lua/stl.lua b/.config/nvim/lua/stl.lua index 1cdf1ae..f751506 100644 --- a/.config/nvim/lua/stl.lua +++ b/.config/nvim/lua/stl.lua @@ -4,7 +4,7 @@ require'lualine'.setup { theme = 'gruvbox', component_separators = {'', ''}, section_separators = {'', ''}, - disabled_filetypes = {'startify', 'NvimTree'} + disabled_filetypes = {'startify', 'NvimTree', 'toggleterm'} }, sections = { lualine_a = {'mode'}, -- cgit v1.2.3-70-g09d2