Merge branch 'main' into syncing2

This commit is contained in:
Garrett Dawson 2023-05-22 16:30:53 -06:00 committed by GitHub
commit 1e1d1ea91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -107,7 +107,9 @@ require('lazy').setup({
},
},
{ 'folke/which-key.nvim', opts = {} },
-- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} }
{
-- Adds git releated signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
@ -137,6 +139,7 @@ require('lazy').setup({
-- end,
-- },
{
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
@ -164,6 +167,7 @@ require('lazy').setup({
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
-- Fuzzy Finder (files, lsp, etc)
{ 'nvim-telescope/telescope.nvim', branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } },