last updates

This commit is contained in:
Neeraj A 2023-10-08 11:51:49 +05:30
parent 6b790ac257
commit c3c83a0bec
3 changed files with 60 additions and 20 deletions

View file

@ -76,7 +76,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 = {}, branch = 'legacy' },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',