update toggleterm configuration

This commit is contained in:
Luke Johnson 2023-03-02 10:07:04 -07:00
parent 5f6af39664
commit 3ed6191021
2 changed files with 2 additions and 22 deletions

View file

@ -78,26 +78,6 @@ return {
},
},
-- Toggleterm: multiple terminals
{ 'akinsho/toggleterm.nvim',
version = "*",
config = function()
require("toggleterm").setup {
insert_mappings = true, -- whether or not the open mapping applies in insert mode
size = 10,
open_mapping = [[<F7>]],
shading_factor = 2,
direction = "float",
float_opts = {
border = "curved",
highlights = {
border = "Normal",
background = "Normal",
},
},
}
end,
},
-- Markdown preview (attempt)
{