Various fixes from upstream
This commit is contained in:
parent
0b48197426
commit
5b27a06a37
4 changed files with 8 additions and 4 deletions
|
|
@ -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 = {} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue