From 97f99a149e39f18c08d811d6c660406bed9db491 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:36:07 -0400 Subject: [PATCH] revert toggleterm float opts they stuck to the height of the terminal window at initial open, which looked bad whenever it changed, especially if it increased. --- modules/common/neovim/config/toggleterm.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/common/neovim/config/toggleterm.nix b/modules/common/neovim/config/toggleterm.nix index 905d67d..fbd45f3 100644 --- a/modules/common/neovim/config/toggleterm.nix +++ b/modules/common/neovim/config/toggleterm.nix @@ -14,11 +14,6 @@ open_mapping = dsl.rawLua "[[]]"; hide_numbers = true; direction = "float"; - float_opts = { - width = dsl.rawLua "vim.o.columns - 4"; - height = dsl.rawLua "vim.o.lines - 4"; - row = 0; - }; }; lua = ''