From e85b89a1044406d68ddf5ee70feedc934fb8cba3 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 26 Apr 2023 20:35:51 -0700 Subject: [PATCH] toggleterm: fix height --- .config/nvim/lua/blake/other.lua | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index fad6847..239ced8 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -40,14 +40,10 @@ M.toggleterm = function() return vim.o.columns * 0.4 end end, - open_mapping = [[]], + open_mapping = [[]], hide_numbers = true, -- hide the number column in toggleterm buffers - shade_filetypes = {}, - shade_terminals = true, shading_factor = '1', -- the degree by which to darken to terminal colour, default: 1 for dark backgrounds, 3 for light start_in_insert = true, - insert_mappings = true, -- whether or not the open mapping applies in insert mode - persist_size = true, direction = 'float', -- vertical, horizontal, window, or float close_on_exit = true, -- close the terminal window when the process exits -- shell = vim.o.shell, -- change the default shell @@ -59,7 +55,7 @@ M.toggleterm = function() -- not natively supported but implemented in this plugin. border = 'curved', -- single, double, shadow, or curved width = 200, - height = 50, + height = 48, winblend = 10, -- transparancy highlights = { border = "Normal",