refactor: lint and dap

This commit is contained in:
Fabio Lenherr 2022-10-12 22:05:51 +02:00
parent 7785311043
commit 2bed6f50c0
46 changed files with 2453 additions and 0 deletions

View file

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