fix: consolidate plugins table

This commit is contained in:
Garrett Dawson 2023-04-16 15:22:03 -06:00
parent 1826f643fe
commit 6a37323f6a
4 changed files with 21 additions and 20 deletions

View file

@ -84,7 +84,7 @@ require('lazy').setup({
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
{ 'j-hui/fidget.nvim', opts = {} },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',