diff --git a/.config/nvim/lua/other.lua b/.config/nvim/lua/other.lua index 0a9e5a0..42195bf 100644 --- a/.config/nvim/lua/other.lua +++ b/.config/nvim/lua/other.lua @@ -51,7 +51,7 @@ 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, @@ -69,8 +69,8 @@ M.toggleterm = function() -- the 'curved' border is a custom border type -- not natively supported but implemented in this plugin. border = 'curved', -- single, double, shadow, or curved - width = 120, - height = 32, + width = 200, + height = 50, winblend = 10, -- transparancy highlights = { border = "Normal",