From 0f622a895121e371545c3d531d2e626e000ba0c3 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 24 Sep 2021 01:00:43 -0700 Subject: [PATCH] nvim: Modified terminal settings --- .config/nvim/lua/other.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",