Guest User

lspInfo

a guest
Aug 7th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1.  
  2. ==============================================================================
  3. vim.lsp: ✅
  4.  
  5. - LSP log level : WARN
  6. - Log path: /home/swhiff/.local/state/nvim/lsp.log
  7. - Log size: 5196 KB
  8.  
  9. vim.lsp: Active Clients ~
  10. - No active clients
  11.  
  12. vim.lsp: Enabled Configurations ~
  13. - lua_ls:
  14. - capabilities: {
  15. textDocument = {
  16. completion = {
  17. completionItem = {
  18. commitCharactersSupport = false,
  19. deprecatedSupport = true,
  20. documentationFormat = { "markdown", "plaintext" },
  21. insertReplaceSupport = true,
  22. insertTextModeSupport = {
  23. valueSet = { 1 }
  24. },
  25. labelDetailsSupport = true,
  26. preselectSupport = false,
  27. resolveSupport = {
  28. properties = { "documentation", "detail", "additionalTextEdits", "command", "data" }
  29. },
  30. snippetSupport = true,
  31. tagSupport = {
  32. valueSet = { 1 }
  33. }
  34. },
  35. completionList = {
  36. itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
  37. },
  38. contextSupport = true,
  39. insertTextMode = 1
  40. }
  41. }
  42. }
  43. - cmd: { "lua-language-server" }
  44. - filetypes: lua
  45. - root_markers: .luarc.json, .luarc.jsonc, .luacheckrc, .stylua.toml, stylua.toml, selene.toml, selene.yml, .git
  46.  
  47. - luau_lsp:
  48. - capabilities: {
  49. textDocument = {
  50. completion = {
  51. completionItem = {
  52. commitCharactersSupport = false,
  53. deprecatedSupport = true,
  54. documentationFormat = { "markdown", "plaintext" },
  55. insertReplaceSupport = true,
  56. insertTextModeSupport = {
  57. valueSet = { 1 }
  58. },
  59. labelDetailsSupport = true,
  60. preselectSupport = false,
  61. resolveSupport = {
  62. properties = { "documentation", "detail", "additionalTextEdits", "command", "data" }
  63. },
  64. snippetSupport = true,
  65. tagSupport = {
  66. valueSet = { 1 }
  67. }
  68. },
  69. completionList = {
  70. itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
  71. },
  72. contextSupport = true,
  73. insertTextMode = 1
  74. }
  75. }
  76. }
  77. - cmd: { "luau-lsp", "lsp" }
  78. - filetypes: luau
  79. - root_markers: .git
  80.  
  81. - roslyn:
  82. - capabilities: {
  83. textDocument = {
  84. completion = {
  85. completionItem = {
  86. commitCharactersSupport = false,
  87. deprecatedSupport = true,
  88. documentationFormat = { "markdown", "plaintext" },
  89. insertReplaceSupport = true,
  90. insertTextModeSupport = {
  91. valueSet = { 1 }
  92. },
  93. labelDetailsSupport = true,
  94. preselectSupport = false,
  95. resolveSupport = {
  96. properties = { "documentation", "detail", "additionalTextEdits", "command", "data" }
  97. },
  98. snippetSupport = true,
  99. tagSupport = {
  100. valueSet = { 1 }
  101. }
  102. },
  103. completionList = {
  104. itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
  105. },
  106. contextSupport = true,
  107. insertTextMode = 1
  108. },
  109. diagnostic = {
  110. dynamicRegistration = true
  111. }
  112. }
  113. }
  114. - cmd: { "roslyn", "--logLevel=Information", "--extensionLogDirectory=/home/swhiff/.local/state/nvim", "--stdio" }
  115. - cmd_env: {
  116. Configuration = "Debug"
  117. }
  118. - commands: {
  119. ["roslyn.client.completionComplexEdit"] = <function 1>,
  120. ["roslyn.client.fixAllCodeAction"] = <function 2>,
  121. ["roslyn.client.nestedCodeAction"] = <function 3>
  122. }
  123. - filetypes: cs
  124. - handlers: {
  125. ["client/registerCapability"] = <function 1>,
  126. ["workspace/_roslyn_projectHasUnresolvedDependencies"] = <function 2>,
  127. ["workspace/projectInitializationComplete"] = <function 3>,
  128. ["workspace/refreshSourceGeneratedDocument"] = <function 4>
  129. }
  130. - on_exit: { <function 1> }
  131. - on_init: { <function 1> }
  132. - root_dir: <function @/home/swhiff/.local/share/nvim/lazy/roslyn.nvim/lsp/roslyn.lua:25>
  133.  
  134. - rust_analyzer:
  135. - before_init: <function @/home/swhiff/.local/share/nvim/lazy/nvim-lspconfig/lsp/rust_analyzer.lua:108>
  136. - capabilities: {
  137. experimental = {
  138. serverStatusNotification = true
  139. },
  140. textDocument = {
  141. completion = {
  142. completionItem = {
  143. commitCharactersSupport = false,
  144. deprecatedSupport = true,
  145. documentationFormat = { "markdown", "plaintext" },
  146. insertReplaceSupport = true,
  147. insertTextModeSupport = {
  148. valueSet = { 1 }
  149. },
  150. labelDetailsSupport = true,
  151. preselectSupport = false,
  152. resolveSupport = {
  153. properties = { "documentation", "detail", "additionalTextEdits", "command", "data" }
  154. },
  155. snippetSupport = true,
  156. tagSupport = {
  157. valueSet = { 1 }
  158. }
  159. },
  160. completionList = {
  161. itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
  162. },
  163. contextSupport = true,
  164. insertTextMode = 1
  165. }
  166. }
  167. }
  168. - cmd: { "rust-analyzer" }
  169. - filetypes: rust
  170. - on_attach: <function @/home/swhiff/.local/share/nvim/lazy/nvim-lspconfig/lsp/rust_analyzer.lua:114>
  171. - root_dir: <function @/home/swhiff/.local/share/nvim/lazy/nvim-lspconfig/lsp/rust_analyzer.lua:57>
  172.  
  173.  
  174. vim.lsp: File Watcher ~
  175. - file watching "(workspace/didChangeWatchedFiles)" disabled on all clients
  176.  
  177. vim.lsp: Position Encodings ~
  178. - No active clients
  179.  
Advertisement
Add Comment
Please, Sign In to add comment