Skip to content

Commit 5d28287

Browse files
committed
Remove toggleterm
1 parent 784eb85 commit 5d28287

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

init.lua

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,22 +1013,6 @@ require('lazy').setup({
10131013
},
10141014
},
10151015

1016-
{
1017-
'akinsho/toggleterm.nvim',
1018-
version = '*',
1019-
opts = {
1020-
open_mapping = '<leader>tt',
1021-
direction = 'horizontal',
1022-
size = function(term)
1023-
if term.direction == 'horizontal' then
1024-
return vim.o.lines * 0.4
1025-
elseif term.direction == 'vertical' then
1026-
return vim.o.columns * 0.4
1027-
end
1028-
end,
1029-
},
1030-
},
1031-
10321016
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
10331017
-- init.lua. If you want these files, they are in the repository, so you can just download them and
10341018
-- place them in the correct locations.

0 commit comments

Comments
 (0)