updated lua config

This commit is contained in:
ZachHunn 2024-01-18 10:40:02 -10:00
parent 43f74be2b7
commit 9aaba02b3b
2 changed files with 27 additions and 26 deletions

View file

@ -91,7 +91,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'