1
0
Fork 0
This commit is contained in:
Arthur K. 2025-03-15 13:52:06 +03:00
parent 365e0feddc
commit ce19d6a62c
Signed by: wzray
GPG key ID: B97F30FDC4636357
24 changed files with 212 additions and 96 deletions

View file

@ -1,11 +1,13 @@
return {
Lua = {
workspace = {
checkThirdParty = true,
library = {
vim.env.VIMRUNTIME
}
settings = {
Lua = {
workspace = {
checkThirdParty = true,
library = {
vim.env.VIMRUNTIME
}
},
telemetry = { enable = false },
},
telemetry = { enable = false },
},
}
}