Skip to content

Commit

Permalink
Replace neodev with lazydev
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jun 2, 2024
1 parent 73b01f8 commit f97366b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"gitsigns.nvim": { "branch": "main", "commit": "75dc649106827183547d3bedd4602442340d2f7f" },
"guess-indent.nvim": { "branch": "main", "commit": "b8ae749fce17aa4c267eec80a6984130b94f80b2" },
"lazy.nvim": { "branch": "main", "commit": "eab487c2520f0fe9e54eb5e3ea0606e20512492e" },
"lazydev.nvim": { "branch": "main", "commit": "9614482ad815042d8ee54fd75019e1008a0e52cd" },
"lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" },
"mason-lock.nvim": { "branch": "main", "commit": "86614f76c3442fba1c5c8d79aa1efcb3ad69de1c" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "c1fbdcb0d8d1295314f1612c4a247253e70299d9" },
"mason.nvim": { "branch": "main", "commit": "0fb4e56837f13b81a972fcc0554be1327b39061e" },
"neodev.nvim": { "branch": "main", "commit": "ce9a2e8eaba5649b553529c5498acb43a6c317cd" },
"neotest": { "branch": "master", "commit": "6f35d797882c6ce0ab7c87dc86561512dc3d7aba" },
"neotest-vim-test": { "branch": "master", "commit": "75c4228882ae4883b11bfce9b8383e637eb44192" },
"nvim-cmp": { "branch": "main", "commit": "5260e5e8ecadaf13e6b82cf867a909f54e15fd07" },
Expand Down
4 changes: 4 additions & 0 deletions nvim/.config/nvim/lua/plugins/lazydev.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"folke/lazydev.nvim",
ft = "lua",
}
1 change: 0 additions & 1 deletion nvim/.config/nvim/lua/plugins/neodev.lua

This file was deleted.

2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/plugins/nvim-lspconfig.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
"neovim/nvim-lspconfig",
dependencies = {
"folke/neodev.nvim",
"folke/lazydev.nvim",
"hrsh7th/nvim-cmp",
},
config = function()
Expand Down

0 comments on commit f97366b

Please sign in to comment.