small configuration changes
This commit is contained in:
parent
f0a6932380
commit
8bf9ffef67
3 changed files with 8 additions and 9 deletions
.config/nvim/lua/plugins/misc
|
|
@ -3,14 +3,9 @@ local M = { "akinsho/toggleterm.nvim" }
|
|||
M.cmd = { "ToggleTerm", "TermExec" }
|
||||
|
||||
M.opts = {
|
||||
size = 20,
|
||||
shading_factor = 2,
|
||||
direction = "float",
|
||||
open_mapping = [[<F7>]],
|
||||
float_opts = {
|
||||
winblend = 5,
|
||||
border = "rounded",
|
||||
},
|
||||
shade_terminals = false,
|
||||
open_mapping = false,
|
||||
direction = "horizontal",
|
||||
on_create = function()
|
||||
vim.opt.foldcolumn = "0"
|
||||
vim.opt.signcolumn = "no"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue