Switching to Lazydev
This commit is contained in:
parent
30fbc2f9c3
commit
c26606c198
1 changed files with 7 additions and 14 deletions
|
@ -1,16 +1,9 @@
|
||||||
return {
|
return {
|
||||||
"folke/neodev.nvim",
|
{
|
||||||
dependencies = {
|
"folke/lazydev.nvim",
|
||||||
"rcarriga/nvim-dap-ui",
|
ft = "lua",
|
||||||
|
opts = {
|
||||||
|
library = {},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
config = function()
|
|
||||||
require("neodev").setup({
|
|
||||||
library = {
|
|
||||||
plugins = {
|
|
||||||
"nvim-dap-ui",
|
|
||||||
},
|
|
||||||
types = true,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue