Split out plugins and extra config

This commit is contained in:
Eric Tiedemann 2023-11-25 15:54:02 -05:00
parent 162b44a00a
commit 25a94d9353
9 changed files with 124 additions and 88 deletions

View file

@ -0,0 +1,26 @@
return {
{
'akinsho/toggleterm.nvim',
opts = {
version = "*",
size = 20,
open_mapping = [[c-\]],
hide_numbers = true,
shading_factor = 2,
start_in_insert = true,
insert_mappings = true,
persist_size = true,
direction = "float",
close_on_exit = true,
shel = vim.o.shell,
float_opts = {
border = "curved",
winblend = 0,
highlights = {
border = "Normal",
background = "Normal",
},
},
}
}
}