Upgrade folke/neodev (sunsetting) to folke/lazydev

This commit is contained in:
Seb Tomasini 2024-06-02 02:56:44 +01:00 committed by GitHub
parent 5aeddfdd5d
commit fdd4a945e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -420,9 +420,9 @@ require('lazy').setup({
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
-- used for completion, annotations and signatures of Neovim apis
{ 'folke/neodev.nvim', opts = {} },
{ 'folke/lazydev.nvim', ft = 'lua', opts = {} },
},
config = function()
-- Brief aside: **What is LSP?**