diff --git a/lua/core/options.lua b/lua/core/options.lua index 0f428a2..cfdb4d6 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -10,7 +10,7 @@ g.theme_switcher_loaded = false -- g.fg_man_folding_enable = true -- enable folding for man pages -if vim.fn.executable("sh") then opt.shell = vim.fn.exepath("sh") end +-- if vim.fn.executable("sh") then opt.shell = vim.fn.exepath("sh") end -- use filetype.lua instead of filetype.vim. it's enabled by default in neovim 0.8 (nightly) if g.vim_version < 8 then diff --git a/lua/plugins/configs/nvterm.lua b/lua/plugins/configs/nvterm.lua index 2c82e14..7933ca4 100644 --- a/lua/plugins/configs/nvterm.lua +++ b/lua/plugins/configs/nvterm.lua @@ -18,7 +18,7 @@ local options = { height = 0.4, border = "single", }, - horizontal = { location = "rightbelow", split_ratio = 0.3 }, + horizontal = { location = "rightbelow", split_ratio = 0.4 }, vertical = { location = "rightbelow", split_ratio = 0.5 }, }, },