neodev -> lazydev

This commit is contained in:
Imbus 2024-07-14 01:14:57 +02:00
parent 9385de25d1
commit 3bc5d56e94

View file

@ -354,7 +354,7 @@ require('lazy').setup({
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins -- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
-- used for completion, annotations and signatures of Neovim apis -- used for completion, annotations and signatures of Neovim apis
{ 'folke/neodev.nvim', opts = {} }, { 'folke/lazydev.nvim', opts = {} },
}, },
config = function() config = function()
-- Brief aside: **What is LSP?** -- Brief aside: **What is LSP?**