Skip to content

Commit c2b8b11

Browse files
committed
update configuration
1 parent 6220a43 commit c2b8b11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

init.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
110110
end ---@diagnostic disable-next-line: undefined-field
111111
vim.opt.rtp:prepend(lazypath)
112112

113+
113114
-- [[ Configure and install plugins ]]
114115
--
115116
-- To check the current status of your plugins, run
@@ -144,6 +145,12 @@ require('lazy').setup({
144145
},
145146
},
146147

148+
{ 'akinsho/toggleterm.nvim',
149+
opts = {
150+
open_mapping = [[<leader>t]],
151+
}
152+
},
153+
147154
-- {
148155
-- "echasnovski/mini.icons",
149156
-- opts = {},

0 commit comments

Comments
 (0)