1
0
Fork 0

Minor nvim config changes

This commit is contained in:
Arthur Khachaturov 2023-12-08 16:46:18 +03:00
parent 90ca95ad38
commit 3d86f44d31
No known key found for this signature in database
GPG key ID: 542ADA2564CCFDDB
10 changed files with 82 additions and 97 deletions

View file

@ -0,0 +1,8 @@
require('neodev').setup()
return {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},
}