1
0
Fork 0

small configuration changes

This commit is contained in:
Luca Bilke 2024-01-26 12:42:12 +01:00
commit 8bf9ffef67
3 changed files with 8 additions and 9 deletions
.config/nvim/lua/plugins/misc

View file

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