add cache and rename some files
This commit is contained in:
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/101728/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/101728/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/102788/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/102788/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/13798/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/13798/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/13959/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/13959/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/14304/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/14304/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/19649/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/19649/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53559/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53559/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53719/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53719/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53894/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53894/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53997/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/53997/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/54208/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/54208/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/54677/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/54677/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/55106/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/55106/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/7281/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/7281/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/75908/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/75908/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/7723/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/7723/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/77370/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/77370/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/78982/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/78982/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/79622/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/79622/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/8015/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/8015/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/80831/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/80831/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/81123/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/81123/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/99192/.lock
vendored
Normal file
0
[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/cache/99192/.lock
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,80 @@
|
||||
PUSH [===[]===]
|
||||
if not JIT then DISABLE() end
|
||||
PUSH [===[
|
||||
---@meta bit
|
||||
|
||||
---@version JIT
|
||||
---@class bitlib
|
||||
bit = {}
|
||||
|
||||
---@param x integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.tobit(x) end
|
||||
|
||||
---@param x integer
|
||||
---@param n? integer
|
||||
---@return string y
|
||||
---@nodiscard
|
||||
function bit.tohex(x, n) end
|
||||
|
||||
---@param x integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.bnot(x) end
|
||||
|
||||
---@param x integer
|
||||
---@param ... integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.bor(x, ...) end
|
||||
|
||||
---@param x integer
|
||||
---@param ... integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.band(x, ...) end
|
||||
|
||||
---@param x integer
|
||||
---@param ... integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.bxor(x, ...) end
|
||||
|
||||
---@param x integer
|
||||
---@param n integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.lshift(x, n) end
|
||||
|
||||
---@param x integer
|
||||
---@param n integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.rshift(x, n) end
|
||||
|
||||
---@param x integer
|
||||
---@param n integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.arshift(x, n) end
|
||||
|
||||
---@param x integer
|
||||
---@param n integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.rol(x, n) end
|
||||
|
||||
---@param x integer
|
||||
---@param n integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.ror(x, n) end
|
||||
|
||||
---@param x integer
|
||||
---@return integer y
|
||||
---@nodiscard
|
||||
function bit.bswap(x) end
|
||||
|
||||
return bit
|
||||
]===]
|
||||
@@ -0,0 +1,244 @@
|
||||
[20:23:59.318][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:68]: Lua Lsp startup, root: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec
|
||||
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:69]: ROOT: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec
|
||||
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:70]: LOGPATH: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/log
|
||||
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:71]: METAPATH: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/meta
|
||||
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:72]: VERSION: 3.14.0
|
||||
[20:23:59.333][info] [#0:script/proto/proto.lua:260]: Listen Mode: stdio
|
||||
[20:23:59.333][info] [#0:script/service/service.lua:145]:
|
||||
========= Medical Examination Report =========
|
||||
--------------- Memory ---------------
|
||||
Total: 2.263 MB
|
||||
# 00 : 2.263 MB
|
||||
# 01 : 0.000 MB
|
||||
# 02 : 0.000 MB
|
||||
# 03 : 0.000 MB
|
||||
# 04 : 0.000 MB
|
||||
--------------- Coroutine ---------------
|
||||
Total: 0
|
||||
Running: 0
|
||||
Suspended: 0
|
||||
Normal: 0
|
||||
Dead: 0
|
||||
--------------- Cache ---------------
|
||||
Total: 1
|
||||
Dead: 0
|
||||
--------------- RPC ---------------
|
||||
Holdon: 0
|
||||
Waiting: 0
|
||||
==============================================
|
||||
[20:23:59.436][info] [#0:script/client.lua:657]: Client init {
|
||||
capabilities = {
|
||||
general = {
|
||||
positionEncodings = { "utf-8", "utf-16", "utf-32" }
|
||||
},
|
||||
textDocument = {
|
||||
callHierarchy = {
|
||||
dynamicRegistration = false
|
||||
},
|
||||
codeAction = {
|
||||
codeActionLiteralSupport = {
|
||||
codeActionKind = {
|
||||
valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" }
|
||||
}
|
||||
},
|
||||
dataSupport = true,
|
||||
dynamicRegistration = true,
|
||||
isPreferredSupport = true,
|
||||
resolveSupport = {
|
||||
properties = { "edit", "command" }
|
||||
}
|
||||
},
|
||||
codeLens = {
|
||||
dynamicRegistration = false,
|
||||
resolveSupport = {
|
||||
properties = { "command" }
|
||||
}
|
||||
},
|
||||
completion = {
|
||||
completionItem = {
|
||||
commitCharactersSupport = false,
|
||||
deprecatedSupport = true,
|
||||
documentationFormat = { "markdown", "plaintext" },
|
||||
insertReplaceSupport = true,
|
||||
insertTextModeSupport = {
|
||||
valueSet = { 1 }
|
||||
},
|
||||
labelDetailsSupport = true,
|
||||
preselectSupport = false,
|
||||
resolveSupport = {
|
||||
properties = { "documentation", "detail", "additionalTextEdits", "command", "data" }
|
||||
},
|
||||
snippetSupport = true,
|
||||
tagSupport = {
|
||||
valueSet = { 1 }
|
||||
}
|
||||
},
|
||||
completionItemKind = {
|
||||
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
|
||||
},
|
||||
completionList = {
|
||||
itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
|
||||
},
|
||||
contextSupport = true,
|
||||
dynamicRegistration = false,
|
||||
insertTextMode = 1
|
||||
},
|
||||
declaration = {
|
||||
linkSupport = true
|
||||
},
|
||||
definition = {
|
||||
dynamicRegistration = true,
|
||||
linkSupport = true
|
||||
},
|
||||
diagnostic = {
|
||||
dynamicRegistration = false
|
||||
},
|
||||
documentHighlight = {
|
||||
dynamicRegistration = false
|
||||
},
|
||||
documentSymbol = {
|
||||
dynamicRegistration = false,
|
||||
hierarchicalDocumentSymbolSupport = true,
|
||||
symbolKind = {
|
||||
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
|
||||
}
|
||||
},
|
||||
foldingRange = {
|
||||
dynamicRegistration = false,
|
||||
foldingRange = {
|
||||
collapsedText = true
|
||||
},
|
||||
lineFoldingOnly = true
|
||||
},
|
||||
formatting = {
|
||||
dynamicRegistration = true
|
||||
},
|
||||
hover = {
|
||||
contentFormat = { "markdown", "plaintext" },
|
||||
dynamicRegistration = true
|
||||
},
|
||||
implementation = {
|
||||
linkSupport = true
|
||||
},
|
||||
inlayHint = {
|
||||
dynamicRegistration = true,
|
||||
resolveSupport = {
|
||||
properties = { "textEdits", "tooltip", "location", "command" }
|
||||
}
|
||||
},
|
||||
publishDiagnostics = {
|
||||
dataSupport = true,
|
||||
relatedInformation = true,
|
||||
tagSupport = {
|
||||
valueSet = { 1, 2 }
|
||||
}
|
||||
},
|
||||
rangeFormatting = {
|
||||
dynamicRegistration = true,
|
||||
rangesSupport = true
|
||||
},
|
||||
references = {
|
||||
dynamicRegistration = false
|
||||
},
|
||||
rename = {
|
||||
dynamicRegistration = true,
|
||||
prepareSupport = true
|
||||
},
|
||||
semanticTokens = {
|
||||
augmentsSyntaxTokens = true,
|
||||
dynamicRegistration = false,
|
||||
formats = { "relative" },
|
||||
multilineTokenSupport = false,
|
||||
overlappingTokenSupport = true,
|
||||
requests = {
|
||||
full = {
|
||||
delta = true
|
||||
},
|
||||
range = false
|
||||
},
|
||||
serverCancelSupport = false,
|
||||
tokenModifiers = { "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" },
|
||||
tokenTypes = { "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator", "decorator" }
|
||||
},
|
||||
signatureHelp = {
|
||||
dynamicRegistration = false,
|
||||
signatureInformation = {
|
||||
activeParameterSupport = true,
|
||||
documentationFormat = { "markdown", "plaintext" },
|
||||
parameterInformation = {
|
||||
labelOffsetSupport = true
|
||||
}
|
||||
}
|
||||
},
|
||||
synchronization = {
|
||||
didSave = true,
|
||||
dynamicRegistration = false,
|
||||
willSave = true,
|
||||
willSaveWaitUntil = true
|
||||
},
|
||||
typeDefinition = {
|
||||
linkSupport = true
|
||||
}
|
||||
},
|
||||
window = {
|
||||
showDocument = {
|
||||
support = true
|
||||
},
|
||||
showMessage = {
|
||||
messageActionItem = {
|
||||
additionalPropertiesSupport = true
|
||||
}
|
||||
},
|
||||
workDoneProgress = true
|
||||
},
|
||||
workspace = {
|
||||
applyEdit = true,
|
||||
configuration = true,
|
||||
didChangeConfiguration = {
|
||||
dynamicRegistration = false
|
||||
},
|
||||
didChangeWatchedFiles = {
|
||||
dynamicRegistration = false,
|
||||
relativePatternSupport = true
|
||||
},
|
||||
fileOperations = {
|
||||
didRename = true,
|
||||
willRename = true
|
||||
},
|
||||
inlayHint = {
|
||||
refreshSupport = true
|
||||
},
|
||||
semanticTokens = {
|
||||
refreshSupport = true
|
||||
},
|
||||
symbol = {
|
||||
dynamicRegistration = false,
|
||||
symbolKind = {
|
||||
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
|
||||
}
|
||||
},
|
||||
workspaceEdit = {
|
||||
resourceOperations = { "rename", "create", "delete" }
|
||||
},
|
||||
workspaceFolders = true
|
||||
}
|
||||
},
|
||||
clientInfo = {
|
||||
name = "Neovim",
|
||||
version = "0.11.1+dirty"
|
||||
},
|
||||
initializationOptions = {},
|
||||
processId = 14224,
|
||||
rootPath = "/home/daniel/.config/nvim",
|
||||
rootUri = "file:///home/daniel/.config/nvim",
|
||||
trace = "off",
|
||||
workDoneToken = "1",
|
||||
workspaceFolders = { {
|
||||
name = "/home/daniel/.config/nvim",
|
||||
uri = "file:///home/daniel/.config/nvim"
|
||||
} }
|
||||
}
|
||||
[20:23:59.436][info] [#0:script/language.lua:137]: VSC language: nil
|
||||
[20:23:59.436][info] [#0:script/language.lua:138]: LS language: en-us
|
||||
[20:23:59.436][info] [#0:script/workspace/workspace.lua:38]: Workspace init root: file:///home/daniel/.config/nvim
|
||||
[20:23:59.436][info] [#0:script/workspace/workspace.lua:42]: Log path: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/log/file_home_daniel_.config_nvim.log
|
||||
Reference in New Issue
Block a user