feat: added full semver and range parsing

This commit is contained in:
Folke Lemaitre 2022-11-28 07:31:29 +01:00
parent f51eb0d957
commit f54c24a4fa
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 303 additions and 0 deletions

15
.neoconf.json Normal file
View file

@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"plugins": [
"plenary.nvim"
]
}
},
"lspconfig": {
"sumneko_lua": {
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.checkThirdParty": false
}
}
}