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 6220a43 commit c2b8b11Copy full SHA for c2b8b11
init.lua
@@ -110,6 +110,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
110
end ---@diagnostic disable-next-line: undefined-field
111
vim.opt.rtp:prepend(lazypath)
112
113
+
114
-- [[ Configure and install plugins ]]
115
--
116
-- To check the current status of your plugins, run
@@ -144,6 +145,12 @@ require('lazy').setup({
144
145
},
146
147
148
+ { 'akinsho/toggleterm.nvim',
149
+ opts = {
150
+ open_mapping = [[<leader>t]],
151
+ }
152
+ },
153
154
-- {
155
-- "echasnovski/mini.icons",
156
-- opts = {},
0 commit comments