new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 1860184830 - Show all commits

View File

@ -428,6 +428,9 @@ require('lazy').setup({
-- Useful status updates for LSP.
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
-- Allows extra capabilities provided by nvim-cmp
'hrsh7th/cmp-nvim-lsp',
},
config = function()
-- Brief aside: **What is LSP?**