@@ -270,7 +270,7 @@ require('lazy').setup({
270270 -- Then, because we use the `opts` key (recommended), the configuration runs
271271 -- after the plugin has been loaded as `require(MODULE).setup(opts)`.
272272
273- { -- Useful plugin to show you pending keybinds.
273+ { -- Useful plugin to show you pending keybinds.
274274 ' folke/which-key.nvim' ,
275275 event = ' VimEnter' , -- Sets the loading event to 'VimEnter'
276276 opts = {
@@ -313,7 +313,7 @@ require('lazy').setup({
313313
314314 -- Document existing key chains
315315 spec = {
316- { ' <leader>c' , group = ' [C]ode' , mode = { ' n' , ' x' } },
316+ { ' <leader>c' , group = ' [C]ode' , mode = { ' n' , ' x' } },
317317 { ' <leader>d' , group = ' [D]ocument' },
318318 { ' <leader>r' , group = ' [R]ename' },
319319 { ' <leader>s' , group = ' [S]earch' },
@@ -353,7 +353,7 @@ require('lazy').setup({
353353 { ' nvim-telescope/telescope-ui-select.nvim' },
354354
355355 -- Useful for getting pretty icons, but requires a Nerd Font.
356- { ' nvim-tree/nvim-web-devicons' , enabled = vim .g .have_nerd_font },
356+ { ' nvim-tree/nvim-web-devicons' , enabled = vim .g .have_nerd_font },
357357 },
358358 config = function ()
359359 -- Telescope is a fuzzy finder that comes with a lot of different things that
@@ -449,7 +449,7 @@ require('lazy').setup({
449449 },
450450 },
451451 },
452- { ' Bilal2453/luvit-meta' , lazy = true },
452+ { ' Bilal2453/luvit-meta' , lazy = true },
453453 {
454454 -- Main LSP Configuration
455455 ' neovim/nvim-lspconfig' ,
@@ -461,7 +461,7 @@ require('lazy').setup({
461461
462462 -- Useful status updates for LSP.
463463 -- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
464- { ' j-hui/fidget.nvim' , opts = {} },
464+ { ' j-hui/fidget.nvim' , opts = {} },
465465
466466 -- Allows extra capabilities provided by nvim-cmp
467467 ' hrsh7th/cmp-nvim-lsp' ,
@@ -965,5 +965,6 @@ require('lazy').setup({
965965 },
966966})
967967
968+ -- Testing changes
968969-- The line beneath this is called `modeline`. See `:help modeline`
969970-- vim: ts=2 sts=2 sw=2 et
0 commit comments