Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==============================================================================
- vim.lsp: ✅
- - LSP log level : WARN
- - Log path: /home/swhiff/.local/state/nvim/lsp.log
- - Log size: 5196 KB
- vim.lsp: Active Clients ~
- - No active clients
- vim.lsp: Enabled Configurations ~
- - lua_ls:
- - capabilities: {
- textDocument = {
- 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 }
- }
- },
- completionList = {
- itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
- },
- contextSupport = true,
- insertTextMode = 1
- }
- }
- }
- - cmd: { "lua-language-server" }
- - filetypes: lua
- - root_markers: .luarc.json, .luarc.jsonc, .luacheckrc, .stylua.toml, stylua.toml, selene.toml, selene.yml, .git
- - luau_lsp:
- - capabilities: {
- textDocument = {
- 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 }
- }
- },
- completionList = {
- itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
- },
- contextSupport = true,
- insertTextMode = 1
- }
- }
- }
- - cmd: { "luau-lsp", "lsp" }
- - filetypes: luau
- - root_markers: .git
- - roslyn:
- - capabilities: {
- textDocument = {
- 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 }
- }
- },
- completionList = {
- itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
- },
- contextSupport = true,
- insertTextMode = 1
- },
- diagnostic = {
- dynamicRegistration = true
- }
- }
- }
- - cmd: { "roslyn", "--logLevel=Information", "--extensionLogDirectory=/home/swhiff/.local/state/nvim", "--stdio" }
- - cmd_env: {
- Configuration = "Debug"
- }
- - commands: {
- ["roslyn.client.completionComplexEdit"] = <function 1>,
- ["roslyn.client.fixAllCodeAction"] = <function 2>,
- ["roslyn.client.nestedCodeAction"] = <function 3>
- }
- - filetypes: cs
- - handlers: {
- ["client/registerCapability"] = <function 1>,
- ["workspace/_roslyn_projectHasUnresolvedDependencies"] = <function 2>,
- ["workspace/projectInitializationComplete"] = <function 3>,
- ["workspace/refreshSourceGeneratedDocument"] = <function 4>
- }
- - on_exit: { <function 1> }
- - on_init: { <function 1> }
- - root_dir: <function @/home/swhiff/.local/share/nvim/lazy/roslyn.nvim/lsp/roslyn.lua:25>
- - rust_analyzer:
- - before_init: <function @/home/swhiff/.local/share/nvim/lazy/nvim-lspconfig/lsp/rust_analyzer.lua:108>
- - capabilities: {
- experimental = {
- serverStatusNotification = true
- },
- textDocument = {
- 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 }
- }
- },
- completionList = {
- itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" }
- },
- contextSupport = true,
- insertTextMode = 1
- }
- }
- }
- - cmd: { "rust-analyzer" }
- - filetypes: rust
- - on_attach: <function @/home/swhiff/.local/share/nvim/lazy/nvim-lspconfig/lsp/rust_analyzer.lua:114>
- - root_dir: <function @/home/swhiff/.local/share/nvim/lazy/nvim-lspconfig/lsp/rust_analyzer.lua:57>
- vim.lsp: File Watcher ~
- - file watching "(workspace/didChangeWatchedFiles)" disabled on all clients
- vim.lsp: Position Encodings ~
- - No active clients
Advertisement
Add Comment
Please, Sign In to add comment