diff --git a/hm/vim.nix b/hm/vim.nix index e0fd234..b8475e3 100644 --- a/hm/vim.nix +++ b/hm/vim.nix @@ -34,6 +34,13 @@ in vp.gitgutter vp.mini-icons + { + plugin = vp.toggleterm-nvim; + type = "lua"; + config = '' + require("toggleterm").setup{open_mapping = [[tt]]} + ''; + } { plugin = vp.alpha-nvim; type = "lua";