add custom lua config

This commit is contained in:
andrzej 2024-03-16 13:24:19 +01:00
parent eeb54eef78
commit dea5bbf2ac
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
local M = {}
M.settings = {
Lua = {
diagnostics = {
globals = {"vim"}
}
}
}