chore: delete luarc

This commit is contained in:
patrick 2024-01-14 02:23:17 +01:00
parent 2a7feaec52
commit e4385ea2ab

View file

@ -1,72 +0,0 @@
files["**/*.lua"] = {
read_globals = {
vim = {
fields = {
api = {
other_fields = true,
read_only = true,
},
cmd = {
other_fields = true,
read_only = true,
},
defer_fn = {
read_only = true,
},
diagnostic = {
other_fields = true,
read_only = true,
},
fn = {
other_fields = true,
read_only = true,
},
fs = {
other_fields = true,
read_only = true,
},
g = {
other_fields = true,
read_only = false,
},
keymap = {
other_fields = true,
read_only = true,
},
loop = {
other_fields = true,
read_only = true,
},
lsp = {
fields = {
handlers = {
other_fields = true,
read_only = false,
}
},
other_fields = true,
read_only = true,
},
notify = {
read_only = false,
},
o = {
other_fields = true,
read_only = false,
},
opt = {
other_fields = true,
read_only = false,
},
v = {
other_fields = true,
read_only = true,
},
F = {
other_fields = true,
read_only = true,
},
},
},
},
}