Various fixes from upstream

This commit is contained in:
Imbus 2024-08-06 10:42:21 +02:00
parent 0b48197426
commit 5b27a06a37
4 changed files with 8 additions and 4 deletions

View file

@ -10,6 +10,9 @@ return { -- LSP Configuration & Plugins
-- 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', opts = {} },
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
-- used for completion, annotations and signatures of Neovim apis
{ 'folke/lazydev.nvim', opts = {} },