all repos

init.lua @ d471c6eb87c07e7c78c1fc792bda8a30c0be62ea

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
added load toggleterm on command exec
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-15 12:18:10 +0200
Parent: 40b18ea
M lua/fk/plugin.lua

@@ -59,6 +59,7 @@ use {

"akinsho/toggleterm.nvim", config = get_config "fk.plugin.terminal", module = "toggleterm", + cmd = "ToggleTerm"; keys = "<C-t>", }