master
BlobRunner 7 months ago
parent c4b2531c79
commit 4071c239bb

@ -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

@ -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 },
},
},

Loading…
Cancel
Save