chore: move folder

This commit is contained in:
fabio.lenherr 2022-08-30 01:52:48 +02:00
commit 3d3f187224
No known key found for this signature in database
GPG key ID: EED07E6F677AA8B0
71 changed files with 1477 additions and 0 deletions

View file

@ -0,0 +1,17 @@
return {
settings = {
java = {
diagnostics = {
globals = { "vim" },
},
workspace = {
library = {
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
[vim.fn.stdpath("config") .. "/lua"] = true,
},
},
},
},
}