We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784eb85 commit 5d28287Copy full SHA for 5d28287
init.lua
@@ -1013,22 +1013,6 @@ require('lazy').setup({
1013
},
1014
1015
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
-
1032
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
1033
-- init.lua. If you want these files, they are in the repository, so you can just download them and
1034
-- place them in the correct locations.
0 commit comments