diff options
author | Chris Patti <feoh@feoh.org> | 2023-06-14 22:22:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 22:22:30 -0400 |
commit | 8064bb63c5ec973bcd8e114c2984475a77981465 (patch) | |
tree | a57330182a69397f7cf88e70a814708a8e75b396 /init.lua | |
parent | 5125fd927a6211a8fa2069780bb0afbe9bac9fb3 (diff) | |
parent | ac07c5c59cb57688f0c63fa74a28bcc3d7795ecd (diff) |
Merge pull request #342 from gfaster/master
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', tag = 'legacy', opts = {} }, -- Additional lua configuration, makes nvim stuff amazing! 'folke/neodev.nvim', |