This commit is contained in:
2025-11-24 20:28:53 -05:00
parent 8972505f6b
commit a645b24fb0
26 changed files with 7857 additions and 14661 deletions

View File

@@ -1,10 +1,10 @@
[17:19:15.994][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:68]: Lua Lsp startup, root: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec
[17:19:15.994][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:69]: ROOT: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec
[17:19:15.994][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:70]: LOGPATH: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/log
[17:19:15.994][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:71]: METAPATH: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/meta
[17:19:15.995][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:72]: VERSION: 3.15.0
[17:19:16.022][info] [#0:script/proto/proto.lua:260]: Listen Mode: stdio
[17:19:16.022][info] [#0:script/service/service.lua:145]:
[20:28:45.110][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:68]: Lua Lsp startup, root: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec
[20:28:45.110][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:69]: ROOT: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec
[20:28:45.110][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:70]: LOGPATH: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/log
[20:28:45.110][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:71]: METAPATH: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/meta
[20:28:45.112][info] [#0:/home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:72]: VERSION: 3.15.0
[20:28:45.199][info] [#0:script/proto/proto.lua:260]: Listen Mode: stdio
[20:28:45.199][info] [#0:script/service/service.lua:145]:
========= Medical Examination Report =========
--------------- Memory ---------------
Total: 2.267 MB
@@ -26,4 +26,252 @@
Holdon: 0
Waiting: 0
==============================================
[17:19:16.028][warn] [#0:script/pub/report.lua:24]: Load proto error: Disconnected!
[20:28:45.311][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,
disabledSupport = true,
dynamicRegistration = true,
honorsChangeAnnotations = true,
isPreferredSupport = true,
resolveSupport = {
properties = { "edit", "command" }
}
},
codeLens = {
dynamicRegistration = false,
resolveSupport = {
properties = { "command" }
}
},
colorProvider = {
dynamicRegistration = true
},
completion = {
completionItem = {
commitCharactersSupport = true,
deprecatedSupport = true,
documentationFormat = { "markdown", "plaintext" },
insertReplaceSupport = true,
insertTextModeSupport = {
valueSet = { 1, 2 }
},
labelDetailsSupport = true,
preselectSupport = true,
resolveSupport = {
properties = { "documentation", "additionalTextEdits", "insertTextFormat", "insertTextMode", "command" }
},
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 = {
dataSupport = true,
dynamicRegistration = false,
relatedDocumentSupport = true,
relatedInformation = true,
tagSupport = {
valueSet = { 1, 2 }
}
},
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 }
},
tagSupport = {
valueSet = { 1 }
}
},
foldingRange = {
dynamicRegistration = false,
foldingRange = {
collapsedText = true
},
foldingRangeKind = {
valueSet = { "comment", "imports", "region" }
},
lineFoldingOnly = true
},
formatting = {
dynamicRegistration = true
},
hover = {
contentFormat = { "markdown", "plaintext" },
dynamicRegistration = true
},
implementation = {
linkSupport = true
},
inlayHint = {
dynamicRegistration = true,
resolveSupport = {
properties = { "textEdits", "tooltip", "location", "command" }
}
},
inlineCompletion = {
dynamicRegistration = false
},
linkedEditingRange = {
dynamicRegistration = false
},
onTypeFormatting = {
dynamicRegistration = false
},
publishDiagnostics = {
dataSupport = true,
relatedInformation = true,
tagSupport = {
valueSet = { 1, 2 }
}
},
rangeFormatting = {
dynamicRegistration = true,
rangesSupport = true
},
references = {
dynamicRegistration = false
},
rename = {
dynamicRegistration = true,
honorsChangeAnnotations = true,
prepareSupport = true
},
selectionRange = {
dynamicRegistration = false
},
semanticTokens = {
augmentsSyntaxTokens = true,
dynamicRegistration = false,
formats = { "relative" },
multilineTokenSupport = true,
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" },
noActiveParameterSupport = true,
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,
diagnostics = {
refreshSupport = false
},
didChangeConfiguration = {
dynamicRegistration = false
},
didChangeWatchedFiles = {
dynamicRegistration = false,
relativePatternSupport = 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 = {
changeAnnotationSupport = {
groupsOnLabel = true
},
normalizesLineEndings = true,
resourceOperations = { "rename", "create", "delete" }
},
workspaceFolders = true
}
},
clientInfo = {
name = "Neovim",
version = "0.12.0-dev+Homebrew"
},
processId = 580,
rootPath = "/home/owen/dotfiles",
rootUri = "file:///home/owen/dotfiles",
trace = "off",
workDoneToken = "1",
workspaceFolders = { {
name = "/home/owen/dotfiles",
uri = "file:///home/owen/dotfiles"
} }
}
[20:28:45.311][info] [#0:script/language.lua:137]: VSC language: nil
[20:28:45.311][info] [#0:script/language.lua:138]: LS language: en-us
[20:28:45.311][info] [#0:script/workspace/workspace.lua:38]: Workspace init root: file:///home/owen/dotfiles
[20:28:45.311][info] [#0:script/workspace/workspace.lua:42]: Log path: /home/owen/dotfiles/zsh/.local/share/nvim/mason/packages/lua-language-server/libexec/log/file_home_owen_dotfiles.log