forked from Snoweuph/Dotfiles
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 {
|
||||
"folke/neodev.nvim",
|
||||
dependencies = {
|
||||
"rcarriga/nvim-dap-ui",
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua",
|
||||
opts = {
|
||||
library = {},
|
||||
},
|
||||
config = function()
|
||||
require("neodev").setup({
|
||||
library = {
|
||||
plugins = {
|
||||
"nvim-dap-ui",
|
||||
},
|
||||
types = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Reference in a new issue