mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(neodev): use opts instead of config
This commit is contained in:
parent
6cf6959254
commit
7a68907b39
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ return {
|
|||
event = "BufReadPre",
|
||||
dependencies = {
|
||||
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
|
||||
{ "folke/neodev.nvim", config = { experimental = { pathStrict = true } } },
|
||||
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
|
||||
"mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue