perf(neodev): enable experimental pathStrict setting for better sumneko performance

This commit is contained in:
Folke Lemaitre 2023-01-10 17:55:26 +01:00
parent 2128bf3e20
commit 6cf6959254
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -5,7 +5,7 @@ return {
event = "BufReadPre",
dependencies = {
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
{ "folke/neodev.nvim", config = true },
{ "folke/neodev.nvim", config = { experimental = { pathStrict = true } } },
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp",