Skip to content

Commit

Permalink
feat(nvim): replace neodev with lazydev
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Jun 3, 2024
1 parent 4aa513d commit 0f9d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
"neovim/nvim-lspconfig",
event = "BufReadPre",
dependencies = {
{ "folke/neodev.nvim", opts = {} },
{ "folke/lazydev.nvim", ft = "lua", opts = {} },
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp",
Expand Down

0 comments on commit 0f9d292

Please sign in to comment.