@@ -80,7 +80,7 @@ require('lazy').setup {
8080 -- Then, because we use the `opts` key (recommended), the configuration runs
8181 -- after the plugin has been loaded as `require(MODULE).setup(opts)`.
8282
83- { -- Useful plugin to show you pending keybinds.
83+ { -- Useful plugin to show you pending keybinds.
8484 ' folke/which-key.nvim' ,
8585 event = ' VimEnter' , -- Sets the loading event to 'VimEnter'
8686 opts = {
@@ -130,6 +130,7 @@ require('lazy').setup {
130130 { ' <leader>t' , group = ' [T]oggle' },
131131 { ' <leader>h' , group = ' Git [H]unk' , mode = { ' n' , ' v' } },
132132 { ' <leader>p' , group = ' [P]roject' },
133+ { ' <leader>l' , group = ' VimTex' },
133134 },
134135 },
135136 },
@@ -162,7 +163,7 @@ require('lazy').setup {
162163 { ' nvim-telescope/telescope-ui-select.nvim' },
163164
164165 -- Useful for getting pretty icons, but requires a Nerd Font.
165- { ' nvim-tree/nvim-web-devicons' , enabled = vim .g .have_nerd_font },
166+ { ' nvim-tree/nvim-web-devicons' , enabled = vim .g .have_nerd_font },
166167 },
167168 config = function ()
168169 -- [[ Configure Telescope ]]
@@ -241,7 +242,7 @@ require('lazy').setup {
241242 ' WhoIsSethDaniel/mason-tool-installer.nvim' ,
242243
243244 -- Useful status updates for LSP.
244- { ' j-hui/fidget.nvim' , opts = {} },
245+ { ' j-hui/fidget.nvim' , opts = {} },
245246
246247 -- Allows extra capabilities provided by blink.cmp
247248 ' saghen/blink.cmp' ,
@@ -463,7 +464,7 @@ require('lazy').setup {
463464 --- @type blink.cmp.Config
464465 opts = {
465466 keymap = {
466- preset = ' default ' ,
467+ preset = ' enter ' ,
467468 },
468469
469470 appearance = {
@@ -489,7 +490,7 @@ require('lazy').setup {
489490 },
490491 },
491492
492- { -- You can easily change to a different colorscheme.
493+ { -- You can easily change to a different colorscheme.
493494 ' folke/tokyonight.nvim' ,
494495 priority = 1000 , -- Make sure to load this before all the other start plugins.
495496 config = function ()
0 commit comments