diff --git a/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua b/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua index 979dc28..212313f 100644 --- a/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua +++ b/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua @@ -2,13 +2,7 @@ local config = { active = true, on_config_done = nil, -- size can be a number or function which is passed the current terminal - size = 20 | function(term) - if term.direction == "horizontal" then - return 15 - elseif term.direction == "vertical" then - return vim.o.columns * 0.4 - end - end, + size = 60, open_mapping = [[]], hide_numbers = true, -- hide the number column in toggleterm buffers shade_filetypes = {},