add custom lua config
This commit is contained in:
parent
eeb54eef78
commit
dea5bbf2ac
|
@ -0,0 +1,9 @@
|
|||
local M = {}
|
||||
|
||||
M.settings = {
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = {"vim"}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue