Giter VIP home page Giter VIP logo

Comments (13)

venson avatar venson commented on August 15, 2024 1

Thanks for your help, I will try that.

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024 1

@venson i think it should be fixed now 🤞

from lvim.

venson avatar venson commented on August 15, 2024 1

Thank you very much.

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

can you change these lines in config.lua

lvim/config.lua

Lines 6 to 8 in 26f27da

lvim.debug = false
vim.lsp.set_log_level "warn"
lvim.log.level = "warn"

to

lvim.debug = true
vim.lsp.set_log_level "debug"
lvim.log.level = "debug"

and check the 3 log files again to see if there are any more clues,
cause right now i'm not sure what is causing this

from lvim.

venson avatar venson commented on August 15, 2024

~/.cache/lvim.log

21:23:51 [DEBUG] lvim: "Templates installation in progress" file="lua/lvim/lsp/templates.lua", line=47
21:23:51 [DEBUG] lvim: "Templates installation is complete" file="lua/lvim/lsp/templates.lua", line=68
21:23:57 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="lua/lvim/config/init.lua", line=105
21:25:02 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="lua/lvim/config/init.lua", line=105
21:46:58 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="lua/lvim/config/init.lua", line=105
21:47:07 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="lua/lvim/config/init.lua", line=105
21:47:07 [DEBUG] lvim: "Templates installation in progress" file="lua/lvim/lsp/templates.lua", line=47
21:47:07 [DEBUG] lvim: "Templates installation is complete" file="lua/lvim/lsp/templates.lua", line=68
21:47:35 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="lua/lvim/config/init.lua", line=105
21:48:35 [WARN ] lvim: "Invalid configuration: vim/_meta.lua:170: E474: Invalid argument" file="lua/lvim/config/init.lua", line=105

~/.cache/nvim/

[WARN][2022-03-28 21:23:11] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[WARN][2022-03-28 21:23:11] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[WARN][2022-03-28 21:23:11] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[WARN][2022-03-28 21:23:11] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[DEBUG][2022-03-28 21:23:52] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/report",  params = {    text = "😺Lua",    tooltip = "Workspace   : /home/venson/.config/lvim\nCached files: 269/269\nMemory usage: 101M"  }}
[INFO][2022-03-28 21:23:55] .../lua/vim/lsp.lua:1329	"exit_handler"	{ {    _on_attach = <function 1>,    attached_buffers = { true },    cancel_request = <function 2>,    commands = {},    config = {      _on_attach = <function 3>,      autostart = true,      capabilities = {        callHierarchy = {          dynamicRegistration = false        },        textDocument = {          codeAction = {            codeActionLiteralSupport = {              codeActionKind = {                valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" }              }            },            dataSupport = true,            dynamicRegistration = false,            resolveSupport = {              properties = { "edit" }            }          },          completion = {            completionItem = {              commitCharactersSupport = true,              deprecatedSupport = true,              documentationFormat = { "markdown", "plaintext" },              insertReplaceSupport = true,              labelDetailsSupport = true,              preselectSupport = true,              resolveSupport = {                properties = { "documentation", "detail", "additionalTextEdits" }              },              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 }            },            contextSupport = false,            dynamicRegistration = false          },          declaration = {            linkSupport = true          },          definition = {            linkSupport = true          },          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 }            }          },          hover = {            contentFormat = { "markdown", "plaintext" },            dynamicRegistration = false          },          implementation = {            linkSupport = true          },          publishDiagnostics = {            relatedInformation = true,            tagSupport = {              valueSet = { 1, 2 }            }          },          references = {            dynamicRegistration = false          },          rename = {            dynamicRegistration = false,            prepareSupport = true          },          signatureHelp = {            dynamicRegistration = false,            signatureInformation = {              activeParameterSupport = true,              documentationFormat = { "markdown", "plaintext" },              parameterInformation = {                labelOffsetSupport = true              }            }          },          synchronization = {            didSave = true,            dynamicRegistration = false,            willSave = false,            willSaveWaitUntil = false          },          typeDefinition = {            linkSupport = true          }        },        window = {          showDocument = {            support = false          },          showMessage = {            messageActionItem = {              additionalPropertiesSupport = false            }          },          workDoneProgress = true        },        workspace = {          applyEdit = true,          configuration = true,          symbol = {            dynamicRegistration = false,            hierarchicalWorkspaceSymbolSupport = 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 }            }          },          workspaceEdit = {            resourceOperations = { "rename", "create", "delete" }          },          workspaceFolders = true        }      },      cmd = { "lua-language-server" },      cmd_cwd = "/home/venson/.config/lvim",      cmd_env = {        PATH = "/home/venson/.local/share/nvim/lsp_servers/sumneko_lua/extension/server/bin:/home/venson/.npm-global/bin:/home/venson/.local/share/cargo/bin:/home/venson/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl$$"      },      filetypes = { "lua" },      flags = {},      get_language_id = <function 4>,      handlers = <1>{},      init_options = vim.empty_dict(),      log_level = 2,      message_level = 2,      name = "sumneko_lua",      on_attach = <function 5>,      on_exit = <function 6>,      on_init = <function 7>,      on_new_config = <function 8>,      root_dir = "/home/venson/.config/lvim",      settings = {        Lua = {          completion = {            callSnippet = "Replace"          },          diagnostics = {            globals = { "vim", "lvim" }          },          runtime = {            path = { "?.lua", "?/init.lua" },            version = "LuaJIT"          },          telemetry = {            enable = false          },          workspace = {            library = {              ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,              ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,              ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,              ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,              ["/usr/share/nvim/runtime/lua"] = true,              ["/usr/share/nvim/runtime/lua/vim/lsp"] = true            },            maxPreload = 100000,            preloadFileSize = 10000          }        },        <metatable> = <2>{          __tostring = <function 9>        }      },      single_file_support = true,      workspace_folders = <3>{ {          name = "/home/venson/.config/lvim",          uri = "file:///home/venson/.config/lvim"        } },      <metatable> = <table 2>    },    handlers = <table 1>,    id = 1,    initialized = true,    is_stopped = <function 10>,    messages = {      messages = {},      name = "sumneko_lua",      progress = {        [2] = {          done = true,          percentage = 85,          title = "Loading workspace"        },        [3] = {          done = true,          percentage = 99,          title = "Loading workspace"        }      },      status = {}    },    name = "sumneko_lua",    notify = <function 11>,    offset_encoding = "utf-16",    request = <function 12>,    request_sync = <function 13>,    requests = {},    resolved_capabilities = {      call_hierarchy = false,      code_action = <4>{        codeActionKinds = { "", "quickfix", "refactor.rewrite", "refactor.extract" },        resolveProvider = false      },      code_lens = false,      code_lens_resolve = false,      completion = true,      declaration = false,      document_formatting = false,      document_highlight = true,      document_range_formatting = false,      document_symbol = true,      execute_command = true,      find_references = true,      goto_definition = true,      hover = true,      implementation = false,      rename = true,      signature_help = true,      signature_help_trigger_characters = <5>{ "(", "," },      text_document_did_change = 2,      text_document_open_close = true,      text_document_save = false,      text_document_save_include_text = false,      text_document_will_save = false,      text_document_will_save_wait_until = false,      type_definition = true,      workspace_folder_properties = {        changeNotifications = false,        supported = false      },      workspace_symbol = true    },    rpc = {      handle = <userdata 1>,      notify = <function 14>,      pid = 34488,      request = <function 15>    },    server_capabilities = {      codeActionProvider = <table 4>,      completionProvider = {        resolveProvider = true,        triggerCharacters = { "\t", "\n", ".", ":", "(", "'", '"', "[", ",", "#", "*", "@", "|", "=", "-", "{", "/", "\\", " ", "+", "?" }      },      definitionProvider = true,      documentHighlightProvider = true,      documentOnTypeFormattingProvider = {        firstTriggerCharacter = "\n"      },      documentSymbolProvider = true,      executeCommandProvider = {        commands = { "lua.removeSpace", "lua.solve", "lua.jsonToLua", "lua.setConfig", "lua.autoRequire" }      },      foldingRangeProvider = true,      hoverProvider = true,      offsetEncoding = "utf-16",      referencesProvider = true,      renameProvider = {        prepareProvider = true      },      semanticTokensProvider = {        full = true,        legend = {          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" }        },        range = true      },      signatureHelpProvider = {        triggerCharacters = <table 5>      },      textDocumentSync = {        change = 2,        openClose = true      },      typeDefinitionProvider = true,      workspaceSymbolProvider = true    },    stop = <function 16>,    supports_method = <function 17>,    workspaceFolders = <table 3>,    workspace_did_change_configuration = <function 18>,    workspace_folders = <table 3>  } }
[DEBUG][2022-03-28 21:23:55] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 33,  jsonrpc = "2.0",  method = "shutdown"}
[DEBUG][2022-03-28 21:23:55] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 33,  jsonrpc = "2.0",  result = true}
[DEBUG][2022-03-28 21:23:55] .../vim/lsp/rpc.lua:347	"rpc.send"	{  jsonrpc = "2.0",  method = "exit"}
[START][2022-03-28 21:23:57] LSP logging initiated
[INFO][2022-03-28 21:23:59] .../lua/vim/lsp.lua:1329	"exit_handler"	{}
[START][2022-03-28 21:25:02] LSP logging initiated
[INFO][2022-03-28 21:25:05] .../lua/vim/lsp.lua:1329	"exit_handler"	{}
[START][2022-03-28 21:46:58] LSP logging initiated
[INFO][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:261	"Starting RPC client"	{  args = {},  cmd = "lua-language-server",  extra = {    cwd = "/home/venson/.config/lvim",    env = {      PATH = "/home/venson/.local/share/nvim/lsp_servers/sumneko_lua/extension/server/bin:/home/venson/.npm-global/bin:/home/venson/.local/share/cargo/bin:/home/venson/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl$$"    }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 1,  jsonrpc = "2.0",  method = "initialize",  params = {    capabilities = {      callHierarchy = {        dynamicRegistration = false      },      textDocument = {        codeAction = {          codeActionLiteralSupport = {            codeActionKind = {              valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" }            }          },          dataSupport = true,          dynamicRegistration = false,          resolveSupport = {            properties = { "edit" }          }        },        completion = {          completionItem = {            commitCharactersSupport = true,            deprecatedSupport = true,            documentationFormat = { "markdown", "plaintext" },            insertReplaceSupport = true,            labelDetailsSupport = true,            preselectSupport = true,            resolveSupport = {              properties = { "documentation", "detail", "additionalTextEdits" }            },            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 }          },          contextSupport = false,          dynamicRegistration = false        },        declaration = {          linkSupport = true        },        definition = {          linkSupport = true        },        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 }          }        },        hover = {          contentFormat = { "markdown", "plaintext" },          dynamicRegistration = false        },        implementation = {          linkSupport = true        },        publishDiagnostics = {          relatedInformation = true,          tagSupport = {            valueSet = { 1, 2 }          }        },        references = {          dynamicRegistration = false        },        rename = {          dynamicRegistration = false,          prepareSupport = true        },        signatureHelp = {          dynamicRegistration = false,          signatureInformation = {            activeParameterSupport = true,            documentationFormat = { "markdown", "plaintext" },            parameterInformation = {              labelOffsetSupport = true            }          }        },        synchronization = {          didSave = true,          dynamicRegistration = false,          willSave = false,          willSaveWaitUntil = false        },        typeDefinition = {          linkSupport = true        }      },      window = {        showDocument = {          support = false        },        showMessage = {          messageActionItem = {            additionalPropertiesSupport = false          }        },        workDoneProgress = true      },      workspace = {        applyEdit = true,        configuration = true,        symbol = {          dynamicRegistration = false,          hierarchicalWorkspaceSymbolSupport = 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 }          }        },        workspaceEdit = {          resourceOperations = { "rename", "create", "delete" }        },        workspaceFolders = true      }    },    clientInfo = {      name = "Neovim",      version = "0.6.1"    },    initializationOptions = vim.empty_dict(),    processId = 39374,    rootPath = "/home/venson/.config/lvim",    rootUri = "file:///home/venson/.config/lvim",    trace = "off",    workspaceFolders = { {        name = "/home/venson/.config/lvim",        uri = "file:///home/venson/.config/lvim"      } }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "window/logMessage",  params = {    message = "Log path: file:///home/venson/.local/share/nvim/lsp_servers/sumneko_lua/extension/server/log/file_home_venson_.config_lvim.log",    type = 4  }}
[INFO][2022-03-28 21:47:01] ...lsp/handlers.lua:408	"Log path: file:///home/venson/.local/share/nvim/lsp_servers/sumneko_lua/extension/server/log/file_home_venson_.config_lvim.log"
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 1,  jsonrpc = "2.0",  result = {    capabilities = {      codeActionProvider = {        codeActionKinds = { "", "quickfix", "refactor.rewrite", "refactor.extract" },        resolveProvider = false      },      completionProvider = {        resolveProvider = true,        triggerCharacters = { "\t", "\n", ".", ":", "(", "'", '"', "[", ",", "#", "*", "@", "|", "=", "-", "{", "/", "\\", " ", "+", "?" }      },      definitionProvider = true,      documentHighlightProvider = true,      documentOnTypeFormattingProvider = {        firstTriggerCharacter = "\n"      },      documentSymbolProvider = true,      executeCommandProvider = {        commands = { "lua.removeSpace", "lua.solve", "lua.jsonToLua", "lua.setConfig", "lua.autoRequire" }      },      foldingRangeProvider = true,      hoverProvider = true,      offsetEncoding = "utf-16",      referencesProvider = true,      renameProvider = {        prepareProvider = true      },      semanticTokensProvider = {        full = true,        legend = {          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" }        },        range = true      },      signatureHelpProvider = {        triggerCharacters = { "(", "," }      },      textDocumentSync = {        change = 2,        openClose = true      },      typeDefinitionProvider = true,      workspaceSymbolProvider = true    },    serverInfo = {      name = "sumneko.lua"    }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  jsonrpc = "2.0",  method = "initialized",  params = vim.empty_dict()}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  jsonrpc = "2.0",  method = "workspace/didChangeConfiguration",  params = {    settings = {      Lua = {        completion = {          callSnippet = "Replace"        },        diagnostics = {          globals = { "vim", "lvim" }        },        runtime = {          path = { "?.lua", "?/init.lua" },          version = "LuaJIT"        },        telemetry = {          enable = false        },        workspace = {          library = {            ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,            ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,            ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,            ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,            ["/usr/share/nvim/runtime/lua"] = true,            ["/usr/share/nvim/runtime/lua/vim/lsp"] = true          },          maxPreload = 100000,          preloadFileSize = 10000        }      },      <metatable> = {        __tostring = <function 1>      }    }  }}
[DEBUG][2022-03-28 21:47:01] .../lua/vim/lsp.lua:921	"LSP[sumneko_lua]"	"server_capabilities"	{  codeActionProvider = {    codeActionKinds = { "", "quickfix", "refactor.rewrite", "refactor.extract" },    resolveProvider = false  },  completionProvider = {    resolveProvider = true,    triggerCharacters = { "\t", "\n", ".", ":", "(", "'", '"', "[", ",", "#", "*", "@", "|", "=", "-", "{", "/", "\\", " ", "+", "?" }  },  definitionProvider = true,  documentHighlightProvider = true,  documentOnTypeFormattingProvider = {    firstTriggerCharacter = "\n"  },  documentSymbolProvider = true,  executeCommandProvider = {    commands = { "lua.removeSpace", "lua.solve", "lua.jsonToLua", "lua.setConfig", "lua.autoRequire" }  },  foldingRangeProvider = true,  hoverProvider = true,  offsetEncoding = "utf-16",  referencesProvider = true,  renameProvider = {    prepareProvider = true  },  semanticTokensProvider = {    full = true,    legend = {      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" }    },    range = true  },  signatureHelpProvider = {    triggerCharacters = { "(", "," }  },  textDocumentSync = {    change = 2,    openClose = true  },  typeDefinitionProvider = true,  workspaceSymbolProvider = true}
[INFO][2022-03-28 21:47:01] .../lua/vim/lsp.lua:922	"LSP[sumneko_lua]"	"initialized"	{  resolved_capabilities = {    call_hierarchy = false,    code_action = {      codeActionKinds = { "", "quickfix", "refactor.rewrite", "refactor.extract" },      resolveProvider = false    },    code_lens = false,    code_lens_resolve = false,    completion = true,    declaration = false,    document_formatting = false,    document_highlight = true,    document_range_formatting = false,    document_symbol = true,    execute_command = true,    find_references = true,    goto_definition = true,    hover = true,    implementation = false,    rename = true,    signature_help = true,    signature_help_trigger_characters = { "(", "," },    text_document_did_change = 2,    text_document_open_close = true,    text_document_save = false,    text_document_save_include_text = false,    text_document_will_save = false,    text_document_will_save_wait_until = false,    type_definition = true,    workspace_folder_properties = {      changeNotifications = false,      supported = false    },    workspace_symbol = true  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  jsonrpc = "2.0",  method = "textDocument/didOpen",  params = {    textDocument = {      languageId = "lua",      text = "-- Neovim\n-- =========================================\nlvim.format_on_save = false\nlvim.leader = \" \"\nlvim.colorscheme = \"pablo\"\nlvim.debug = true\nvim.lsp.set_log_level \"debug\"\nlvim.log.level = \"debug\"\nrequire(\"user.neovim\").config()\n\n-- Customization\n-- =========================================\nlvim.builtin.sell_your_soul_to_devil = false -- if you want microsoft to abuse your soul\nlvim.builtin.lastplace = { active = false } -- change to false if you are jumping to future\nlvim.builtin.tabnine = { active = true } -- change to false if you don't like tabnine\nlvim.builtin.persistence = { active = true } -- change to false if you don't want persistence\nlvim.builtin.presence = { active = false } -- change to true if you want discord presence\nlvim.builtin.orgmode = { active = false } -- change to true if you want orgmode.nvim\nlvim.builtin.dap.active = false -- change this to enable/disable debugging\nlvim.builtin.fancy_statusline = { active = true } -- enable/disable fancy statusline\nlvim.builtin.fancy_wild_menu = { active = false } -- enable/disable use wilder.nvim\nlvim.builtin.fancy_rename = { active = true } -- enable/disable custom rename\nlvim.builtin.fancy_diff = { active = false } -- enable/disable fancier git diff\nlvim.builtin.lua_dev = { active = true } -- change this to enable/disable folke/lua_dev\nlvim.builtin.test_runner = { active = true } -- change this to enable/disable vim-test, ultest\nlvim.builtin.cheat = { active = true } -- enable cheat.sh integration\nlvim.builtin.sql_integration = { active = false } -- use sql integration\nlvim.builtin.neoscroll = { active = true } -- smooth scrolling\nlvim.builtin.neoclip = { active = true, enable_persistent_history = false }\nlvim.builtin.nonumber_unfocus = false -- diffrentiate between focused and non focused windows\nlvim.builtin.harpoon = { active = true } -- use the harpoon plugin\nlvim.builtin.remote_dev = { active = false } -- enable/disable remote development\nlvim.builtin.cursorline = { active = false } -- use a bit fancier cursorline\nlvim.builtin.motion_provider = \"hop\" -- change this to use different motion providers ( hop or lightspeed )\nlvim.builtin.hlslens = { active = false } -- enable/disable hlslens\nlvim.builtin.csv_support = false -- enable/disable csv support\nlvim.builtin.sidebar = { active = false } -- enable/disable sidebar\nlvim.builtin.async_tasks = { active = false } -- enable/disable async tasks\nlvim.builtin.metals = {\n  active = false, -- enable/disable nvim-metals for scala development\n  fallbackScalaVersion = \"2.13.7\",\n  serverVersion = \"0.10.9+271-a8bb69f6-SNAPSHOT\",\n}\nlvim.builtin.collaborative_editing = { active = false } -- enable/disable collaborative editing\nlvim.builtin.file_browser = { active = false } -- enable/disable telescope file browser\nlvim.builtin.sniprun = { active = false } -- enable/disable sniprun\nlvim.builtin.tag_provider = \"symbols-outline\" -- change this to use different tag providers ( symbols-outline or vista )\nlvim.builtin.editorconfig = { active = true } -- enable/disable editorconfig\nlvim.builtin.global_statusline = false -- set true to use global statusline\n\nlocal user = os.getenv \"USER\"\nif user and user == \"abz\" then\n  lvim.builtin.nvim_web_devicons = { active = false }\n  lvim.builtin.sell_your_soul_to_devil = true\n  lvim.lsp.document_highlight = false\n  lvim.builtin.csv_support = true\n  lvim.builtin.async_tasks.active = true\n  lvim.builtin.dap.active = true\n  lvim.builtin.sql_integration.active = true\n  vim.g.instant_username = user\n  lvim.builtin.collaborative_editing.active = true\n  lvim.builtin.file_browser.active = true\n  lvim.builtin.global_statusline = true\n  require(\"user.prose\").config() -- setup prosemd-lsp for my local use\nend\nlvim.lsp.diagnostics.virtual_text = false -- remove this line if you want to see inline errors\nlvim.builtin.latex = {\n  view_method = \"skim\", -- change to zathura if you are on linux\n  preview_exec = \"/Applications/Skim.app/Contents/SharedSupport/displayline\", -- change this to zathura as well\n  rtl_support = true, -- if you want to use xelatex, it's a bit slower but works very well for RTL langs\n}\nlvim.builtin.notify.active = true\nlvim.lsp.automatic_servers_installation = false\nif lvim.builtin.cursorline.active then\n  lvim.lsp.document_highlight = false\nend\nlvim.lsp.code_lens_refresh = true\nrequire(\"user.builtin\").config()\n\n-- StatusLine\n-- =========================================\nif lvim.builtin.fancy_statusline.active then\n  require(\"user.lualine\").config()\nend\n\n-- Debugging\n-- =========================================\nif lvim.builtin.dap.active then\n  require(\"user.dap\").config()\nend\n\n-- Language Specific\n-- =========================================\nvim.list_extend(lvim.lsp.override, {\n  \"clangd\",\n  \"dockerls\",\n  \"gopls\",\n  \"pyright\",\n  \"r_language_server\",\n  \"rust_analyzer\",\n  \"sumneko_lua\",\n  \"taplo\",\n  \"texlab\",\n  \"tsserver\",\n  \"yamlls\",\n})\nrequire(\"user.null_ls\").config()\n\n-- Additional Plugins\n-- =========================================\nrequire(\"user.plugins\").config()\n\n-- Autocommands\n-- =========================================\nrequire(\"user.autocommands\").config()\n\n-- Additional keybindings\n-- =========================================\nrequire(\"user.keybindings\").config()\n",      uri = "file:///home/venson/.config/lvim/config.lua",      version = 0    }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/report",  params = {    text = "😺Lua",    tooltip = "Workspace   : /home/venson/.config/lvim\nCached files: 0/0\nMemory usage: 1M"  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/report",  params = {    text = "😺Lua",    tooltip = "Workspace   : /home/venson/.config/lvim\nCached files: 0/0\nMemory usage: 2M"  }}
[DEBUG][2022-03-28 21:47:01] .../lua/vim/lsp.lua:962	"LSP[sumneko_lua]"	"client.request"	1	"textDocument/documentHighlight"	{  position = {    character = 0,    line = 0  },  textDocument = {    uri = "file:///home/venson/.config/lvim/config.lua"  }}	<function 1>	2
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 2,  jsonrpc = "2.0",  method = "textDocument/documentHighlight",  params = {    position = {      character = 0,      line = 0    },    textDocument = {      uri = "file:///home/venson/.config/lvim/config.lua"    }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 1,  jsonrpc = "2.0",  method = "workspace/configuration",  params = {    items = { {        scopeUri = "file:///home/venson/.config/lvim",        section = "Lua"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "files.associations"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "files.exclude"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "editor.semanticHighlighting.enabled"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "editor.acceptSuggestionOnEnter"      } }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 1,  jsonrpc = "2.0",  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 2,  jsonrpc = "2.0",  method = "workspace/configuration",  params = {    items = { {        scopeUri = "file:///home/venson/.config/lvim",        section = "Lua"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "files.associations"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "files.exclude"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "editor.semanticHighlighting.enabled"      }, {        scopeUri = "file:///home/venson/.config/lvim",        section = "editor.acceptSuggestionOnEnter"      } }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 2,  jsonrpc = "2.0",  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 3,  jsonrpc = "2.0",  method = "workspace/configuration",  params = {    items = { {        section = "Lua"      }, {        section = "files.associations"      }, {        section = "files.exclude"      }, {        section = "editor.semanticHighlighting.enabled"      }, {        section = "editor.acceptSuggestionOnEnter"      } }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 3,  jsonrpc = "2.0",  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 4,  jsonrpc = "2.0",  method = "workspace/configuration",  params = {    items = { {        section = "Lua"      }, {        section = "files.associations"      }, {        section = "files.exclude"      }, {        section = "editor.semanticHighlighting.enabled"      }, {        section = "editor.acceptSuggestionOnEnter"      } }  }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 4,  jsonrpc = "2.0",  result = { {      completion = {        callSnippet = "Replace"      },      diagnostics = {        globals = { "vim", "lvim" }      },      runtime = {        path = { "?.lua", "?/init.lua" },        version = "LuaJIT"      },      telemetry = {        enable = false      },      workspace = {        library = {          ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,          ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,          ["/usr/share/nvim/runtime/lua"] = true,          ["/usr/share/nvim/runtime/lua/vim/lsp"] = true        },        maxPreload = 100000,        preloadFileSize = 10000      }    }, vim.NIL, vim.NIL, vim.NIL, vim.NIL }}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 5,  jsonrpc = "2.0",  method = "workspace/semanticTokens/refresh"}
[WARN][2022-03-28 21:47:01] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  err = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  error = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  id = 5,  jsonrpc = "2.0"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/show"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 6,  jsonrpc = "2.0",  method = "workspace/semanticTokens/refresh"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/show"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 7,  jsonrpc = "2.0",  method = "workspace/semanticTokens/refresh"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/show"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 8,  jsonrpc = "2.0",  method = "workspace/semanticTokens/refresh"}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/show"}
[WARN][2022-03-28 21:47:01] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  err = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  error = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  id = 6,  jsonrpc = "2.0"}
[WARN][2022-03-28 21:47:01] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  err = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  error = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  id = 7,  jsonrpc = "2.0"}
[WARN][2022-03-28 21:47:01] .../lua/vim/lsp.lua:751	"server_request: no handler found for"	"workspace/semanticTokens/refresh"
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  err = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  status = true}
[DEBUG][2022-03-28 21:47:01] .../vim/lsp/rpc.lua:347	"rpc.send"	{  error = {    code = -32601,    message = "MethodNotFound",    <metatable> = {      __tostring = <function 1>    }  },  id = 8,  jsonrpc = "2.0"}
[DEBUG][2022-03-28 21:47:02] .../lua/vim/lsp.lua:962	"LSP[sumneko_lua]"	"client.request"	1	"textDocument/documentHighlight"	{  position = {    character = 0,    line = 1  },  textDocument = {    uri = "file:///home/venson/.config/lvim/config.lua"  }}	<function 1>	2
[DEBUG][2022-03-28 21:47:02] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 3,  jsonrpc = "2.0",  method = "textDocument/documentHighlight",  params = {    position = {      character = 0,      line = 1    },    textDocument = {      uri = "file:///home/venson/.config/lvim/config.lua"    }  }}
[DEBUG][2022-03-28 21:47:02] .../lua/vim/lsp.lua:962	"LSP[sumneko_lua]"	"client.request"	1	"textDocument/documentHighlight"	{  position = {    character = 0,    line = 2  },  textDocument = {    uri = "file:///home/venson/.config/lvim/config.lua"  }}	<function 1>	2
[DEBUG][2022-03-28 21:47:02] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 4,  jsonrpc = "2.0",  method = "textDocument/documentHighlight",  params = {    position = {      character = 0,      line = 2    },    textDocument = {      uri = "file:///home/venson/.config/lvim/config.lua"    }  }}
[DEBUG][2022-03-28 21:47:02] .../lua/vim/lsp.lua:962	"LSP[sumneko_lua]"	"client.request"	1	"textDocument/documentHighlight"	{  position = {    character = 0,    line = 3  },  textDocument = {    uri = "file:///home/venson/.config/lvim/config.lua"  }}	<function 1>	2
[DEBUG][2022-03-28 21:47:02] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 5,  jsonrpc = "2.0",  method = "textDocument/documentHighlight",  params = {    position = {      character = 0,      line = 3    },    textDocument = {      uri = "file:///home/venson/.config/lvim/config.lua"    }  }}
[DEBUG][2022-03-28 21:47:03] .../lua/vim/lsp.lua:962	"LSP[sumneko_lua]"	"client.request"	1	"textDocument/documentHighlight"	{  position = {    character = 0,    line = 4  },  textDocument = {    uri = "file:///home/venson/.config/lvim/config.lua"  }}	<function 1>	2
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 6,  jsonrpc = "2.0",  method = "textDocument/documentHighlight",  params = {    position = {      character = 0,      line = 4    },    textDocument = {      uri = "file:///home/venson/.config/lvim/config.lua"    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 9,  jsonrpc = "2.0",  method = "window/workDoneProgress/create",  params = {    token = 2  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      cancellable = false,      kind = "begin",      message = "0/281",      percentage = 0,      title = "Loading workspace"    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 10,  jsonrpc = "2.0",  method = "window/workDoneProgress/create",  params = {    token = 3  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      cancellable = false,      kind = "begin",      message = "0/216",      percentage = 0,      title = "Loading workspace"    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  result = vim.NIL,  status = true}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 9,  jsonrpc = "2.0",  result = vim.NIL}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:464	"server_request: callback result"	{  result = vim.NIL,  status = true}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 10,  jsonrpc = "2.0",  result = vim.NIL}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/report",  params = {    text = "😺Lua",    tooltip = "Workspace   : /home/venson/.config/lvim\nCached files: 1/1\nMemory usage: 2M"  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "15/281",      percentage = 5    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "16/216",      percentage = 7    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "34/281",      percentage = 12    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "35/216",      percentage = 16    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "59/281",      percentage = 20    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "60/216",      percentage = 27    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "74/281",      percentage = 26    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "75/216",      percentage = 34    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "81/281",      percentage = 28    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "81/216",      percentage = 37    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "87/281",      percentage = 30    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "88/216",      percentage = 40    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "92/281",      percentage = 32    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "93/216",      percentage = 43    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "98/281",      percentage = 34    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "99/216",      percentage = 45    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/report",  params = {    text = "$(loading~spin)Lua",    tooltip = "Workspace   : /home/venson/.config/lvim\nCached files: 105/105\nMemory usage: 42M"  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "106/281",      percentage = 37    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "107/216",      percentage = 49    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "112/281",      percentage = 39    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "113/216",      percentage = 52    }  }}
[DEBUG][2022-03-28 21:47:03] .../lua/vim/lsp.lua:962	"LSP[sumneko_lua]"	"client.request"	1	"textDocument/documentHighlight"	{  position = {    character = 0,    line = 5  },  textDocument = {    uri = "file:///home/venson/.config/lvim/config.lua"  }}	<function 1>	2
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 7,  jsonrpc = "2.0",  method = "textDocument/documentHighlight",  params = {    position = {      character = 0,      line = 5    },    textDocument = {      uri = "file:///home/venson/.config/lvim/config.lua"    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "116/281",      percentage = 41    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "117/216",      percentage = 54    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "119/281",      percentage = 42    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "120/216",      percentage = 55    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "123/281",      percentage = 43    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "124/216",      percentage = 57    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "131/281",      percentage = 46    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "132/216",      percentage = 61    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "167/281",      percentage = 59    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "168/216",      percentage = 77    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "198/281",      percentage = 70    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "199/216",      percentage = 92    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "213/281",      percentage = 75    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "report",      message = "214/216",      percentage = 99    }  }}
[DEBUG][2022-03-28 21:47:03] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 3,    value = {      kind = "end"    }  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "229/281",      percentage = 81    }  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "report",      message = "242/281",      percentage = 86    }  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/progress",  params = {    token = 2,    value = {      kind = "end"    }  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/config.lua",    version = 0  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 2,  jsonrpc = "2.0"}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 3,  jsonrpc = "2.0"}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 4,  jsonrpc = "2.0",  result = { {      kind = 2,      range = {        end = {          character = 4,          line = 2        },        start = {          character = 0,          line = 2        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 3        },        start = {          character = 0,          line = 3        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 4        },        start = {          character = 0,          line = 4        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 5        },        start = {          character = 0,          line = 5        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 7        },        start = {          character = 0,          line = 7        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 12        },        start = {          character = 0,          line = 12        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 13        },        start = {          character = 0,          line = 13        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 14        },        start = {          character = 0,          line = 14        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 15        },        start = {          character = 0,          line = 15        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 16        },        start = {          character = 0,          line = 16        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 17        },        start = {          character = 0,          line = 17        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 18        },        start = {          character = 0,          line = 18        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 19        },        start = {          character = 0,          line = 19        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 20        },        start = {          character = 0,          line = 20        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 21        },        start = {          character = 0,          line = 21        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 22        },        start = {          character = 0,          line = 22        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 23        },        start = {          character = 0,          line = 23        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 24        },        start = {          character = 0,          line = 24        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 25        },        start = {          character = 0,          line = 25        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 26        },        start = {          character = 0,          line = 26        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 27        },        start = {          character = 0,          line = 27        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 28        },        start = {          character = 0,          line = 28        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 29        },        start = {          character = 0,          line = 29        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 30        },        start = {          character = 0,          line = 30        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 31        },        start = {          character = 0,          line = 31        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 32        },        start = {          character = 0,          line = 32        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 33        },        start = {          character = 0,          line = 33        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 34        },        start = {          character = 0,          line = 34        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 35        },        start = {          character = 0,          line = 35        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 36        },        start = {          character = 0,          line = 36        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 37        },        start = {          character = 0,          line = 37        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 38        },        start = {          character = 0,          line = 38        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 43        },        start = {          character = 0,          line = 43        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 44        },        start = {          character = 0,          line = 44        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 45        },        start = {          character = 0,          line = 45        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 46        },        start = {          character = 0,          line = 46        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 47        },        start = {          character = 0,          line = 47        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 48        },        start = {          character = 0,          line = 48        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 52        },        start = {          character = 2,          line = 52        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 53        },        start = {          character = 2,          line = 53        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 54        },        start = {          character = 2,          line = 54        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 55        },        start = {          character = 2,          line = 55        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 56        },        start = {          character = 2,          line = 56        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 57        },        start = {          character = 2,          line = 57        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 58        },        start = {          character = 2,          line = 58        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 60        },        start = {          character = 2,          line = 60        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 61        },        start = {          character = 2,          line = 61        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 62        },        start = {          character = 2,          line = 62        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 65        },        start = {          character = 0,          line = 65        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 66        },        start = {          character = 0,          line = 66        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 71        },        start = {          character = 0,          line = 71        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 72        },        start = {          character = 0,          line = 72        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 73        },        start = {          character = 3,          line = 73        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 74        },        start = {          character = 2,          line = 74        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 76        },        start = {          character = 0,          line = 76        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 81        },        start = {          character = 3,          line = 81        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 87        },        start = {          character = 3,          line = 87        }      }    }, {      kind = 2,      range = {        end = {          character = 20,          line = 93        },        start = {          character = 16,          line = 93        }      }    } }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 5,  jsonrpc = "2.0",  result = { {      kind = 2,      range = {        end = {          character = 4,          line = 2        },        start = {          character = 0,          line = 2        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 3        },        start = {          character = 0,          line = 3        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 4        },        start = {          character = 0,          line = 4        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 5        },        start = {          character = 0,          line = 5        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 7        },        start = {          character = 0,          line = 7        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 12        },        start = {          character = 0,          line = 12        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 13        },        start = {          character = 0,          line = 13        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 14        },        start = {          character = 0,          line = 14        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 15        },        start = {          character = 0,          line = 15        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 16        },        start = {          character = 0,          line = 16        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 17        },        start = {          character = 0,          line = 17        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 18        },        start = {          character = 0,          line = 18        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 19        },        start = {          character = 0,          line = 19        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 20        },        start = {          character = 0,          line = 20        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 21        },        start = {          character = 0,          line = 21        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 22        },        start = {          character = 0,          line = 22        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 23        },        start = {          character = 0,          line = 23        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 24        },        start = {          character = 0,          line = 24        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 25        },        start = {          character = 0,          line = 25        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 26        },        start = {          character = 0,          line = 26        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 27        },        start = {          character = 0,          line = 27        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 28        },        start = {          character = 0,          line = 28        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 29        },        start = {          character = 0,          line = 29        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 30        },        start = {          character = 0,          line = 30        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 31        },        start = {          character = 0,          line = 31        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 32        },        start = {          character = 0,          line = 32        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 33        },        start = {          character = 0,          line = 33        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 34        },        start = {          character = 0,          line = 34        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 35        },        start = {          character = 0,          line = 35        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 36        },        start = {          character = 0,          line = 36        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 37        },        start = {          character = 0,          line = 37        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 38        },        start = {          character = 0,          line = 38        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 43        },        start = {          character = 0,          line = 43        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 44        },        start = {          character = 0,          line = 44        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 45        },        start = {          character = 0,          line = 45        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 46        },        start = {          character = 0,          line = 46        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 47        },        start = {          character = 0,          line = 47        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 48        },        start = {          character = 0,          line = 48        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 52        },        start = {          character = 2,          line = 52        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 53        },        start = {          character = 2,          line = 53        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 54        },        start = {          character = 2,          line = 54        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 55        },        start = {          character = 2,          line = 55        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 56        },        start = {          character = 2,          line = 56        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 57        },        start = {          character = 2,          line = 57        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 58        },        start = {          character = 2,          line = 58        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 60        },        start = {          character = 2,          line = 60        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 61        },        start = {          character = 2,          line = 61        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 62        },        start = {          character = 2,          line = 62        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 65        },        start = {          character = 0,          line = 65        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 66        },        start = {          character = 0,          line = 66        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 71        },        start = {          character = 0,          line = 71        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 72        },        start = {          character = 0,          line = 72        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 73        },        start = {          character = 3,          line = 73        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 74        },        start = {          character = 2,          line = 74        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 76        },        start = {          character = 0,          line = 76        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 81        },        start = {          character = 3,          line = 81        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 87        },        start = {          character = 3,          line = 87        }      }    }, {      kind = 2,      range = {        end = {          character = 20,          line = 93        },        start = {          character = 16,          line = 93        }      }    } }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 6,  jsonrpc = "2.0",  result = { {      kind = 2,      range = {        end = {          character = 4,          line = 2        },        start = {          character = 0,          line = 2        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 3        },        start = {          character = 0,          line = 3        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 4        },        start = {          character = 0,          line = 4        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 5        },        start = {          character = 0,          line = 5        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 7        },        start = {          character = 0,          line = 7        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 12        },        start = {          character = 0,          line = 12        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 13        },        start = {          character = 0,          line = 13        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 14        },        start = {          character = 0,          line = 14        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 15        },        start = {          character = 0,          line = 15        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 16        },        start = {          character = 0,          line = 16        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 17        },        start = {          character = 0,          line = 17        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 18        },        start = {          character = 0,          line = 18        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 19        },        start = {          character = 0,          line = 19        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 20        },        start = {          character = 0,          line = 20        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 21        },        start = {          character = 0,          line = 21        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 22        },        start = {          character = 0,          line = 22        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 23        },        start = {          character = 0,          line = 23        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 24        },        start = {          character = 0,          line = 24        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 25        },        start = {          character = 0,          line = 25        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 26        },        start = {          character = 0,          line = 26        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 27        },        start = {          character = 0,          line = 27        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 28        },        start = {          character = 0,          line = 28        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 29        },        start = {          character = 0,          line = 29        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 30        },        start = {          character = 0,          line = 30        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 31        },        start = {          character = 0,          line = 31        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 32        },        start = {          character = 0,          line = 32        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 33        },        start = {          character = 0,          line = 33        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 34        },        start = {          character = 0,          line = 34        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 35        },        start = {          character = 0,          line = 35        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 36        },        start = {          character = 0,          line = 36        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 37        },        start = {          character = 0,          line = 37        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 38        },        start = {          character = 0,          line = 38        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 43        },        start = {          character = 0,          line = 43        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 44        },        start = {          character = 0,          line = 44        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 45        },        start = {          character = 0,          line = 45        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 46        },        start = {          character = 0,          line = 46        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 47        },        start = {          character = 0,          line = 47        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 48        },        start = {          character = 0,          line = 48        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 52        },        start = {          character = 2,          line = 52        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 53        },        start = {          character = 2,          line = 53        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 54        },        start = {          character = 2,          line = 54        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 55        },        start = {          character = 2,          line = 55        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 56        },        start = {          character = 2,          line = 56        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 57        },        start = {          character = 2,          line = 57        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 58        },        start = {          character = 2,          line = 58        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 60        },        start = {          character = 2,          line = 60        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 61        },        start = {          character = 2,          line = 61        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 62        },        start = {          character = 2,          line = 62        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 65        },        start = {          character = 0,          line = 65        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 66        },        start = {          character = 0,          line = 66        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 71        },        start = {          character = 0,          line = 71        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 72        },        start = {          character = 0,          line = 72        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 73        },        start = {          character = 3,          line = 73        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 74        },        start = {          character = 2,          line = 74        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 76        },        start = {          character = 0,          line = 76        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 81        },        start = {          character = 3,          line = 81        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 87        },        start = {          character = 3,          line = 87        }      }    }, {      kind = 2,      range = {        end = {          character = 20,          line = 93        },        start = {          character = 16,          line = 93        }      }    } }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 7,  jsonrpc = "2.0",  result = { {      kind = 2,      range = {        end = {          character = 4,          line = 2        },        start = {          character = 0,          line = 2        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 3        },        start = {          character = 0,          line = 3        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 4        },        start = {          character = 0,          line = 4        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 5        },        start = {          character = 0,          line = 5        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 7        },        start = {          character = 0,          line = 7        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 12        },        start = {          character = 0,          line = 12        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 13        },        start = {          character = 0,          line = 13        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 14        },        start = {          character = 0,          line = 14        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 15        },        start = {          character = 0,          line = 15        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 16        },        start = {          character = 0,          line = 16        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 17        },        start = {          character = 0,          line = 17        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 18        },        start = {          character = 0,          line = 18        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 19        },        start = {          character = 0,          line = 19        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 20        },        start = {          character = 0,          line = 20        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 21        },        start = {          character = 0,          line = 21        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 22        },        start = {          character = 0,          line = 22        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 23        },        start = {          character = 0,          line = 23        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 24        },        start = {          character = 0,          line = 24        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 25        },        start = {          character = 0,          line = 25        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 26        },        start = {          character = 0,          line = 26        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 27        },        start = {          character = 0,          line = 27        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 28        },        start = {          character = 0,          line = 28        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 29        },        start = {          character = 0,          line = 29        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 30        },        start = {          character = 0,          line = 30        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 31        },        start = {          character = 0,          line = 31        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 32        },        start = {          character = 0,          line = 32        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 33        },        start = {          character = 0,          line = 33        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 34        },        start = {          character = 0,          line = 34        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 35        },        start = {          character = 0,          line = 35        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 36        },        start = {          character = 0,          line = 36        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 37        },        start = {          character = 0,          line = 37        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 38        },        start = {          character = 0,          line = 38        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 43        },        start = {          character = 0,          line = 43        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 44        },        start = {          character = 0,          line = 44        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 45        },        start = {          character = 0,          line = 45        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 46        },        start = {          character = 0,          line = 46        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 47        },        start = {          character = 0,          line = 47        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 48        },        start = {          character = 0,          line = 48        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 52        },        start = {          character = 2,          line = 52        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 53        },        start = {          character = 2,          line = 53        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 54        },        start = {          character = 2,          line = 54        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 55        },        start = {          character = 2,          line = 55        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 56        },        start = {          character = 2,          line = 56        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 57        },        start = {          character = 2,          line = 57        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 58        },        start = {          character = 2,          line = 58        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 60        },        start = {          character = 2,          line = 60        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 61        },        start = {          character = 2,          line = 61        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 62        },        start = {          character = 2,          line = 62        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 65        },        start = {          character = 0,          line = 65        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 66        },        start = {          character = 0,          line = 66        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 71        },        start = {          character = 0,          line = 71        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 72        },        start = {          character = 0,          line = 72        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 73        },        start = {          character = 3,          line = 73        }      }    }, {      kind = 2,      range = {        end = {          character = 6,          line = 74        },        start = {          character = 2,          line = 74        }      }    }, {      kind = 2,      range = {        end = {          character = 4,          line = 76        },        start = {          character = 0,          line = 76        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 81        },        start = {          character = 3,          line = 81        }      }    }, {      kind = 2,      range = {        end = {          character = 7,          line = 87        },        start = {          character = 3,          line = 87        }      }    }, {      kind = 2,      range = {        end = {          character = 20,          line = 93        },        start = {          character = 16,          line = 93        }      }    } }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/tex.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/go.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/python.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/cle.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/banners.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/vista.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/renamer.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/crates.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/fidget_spinner.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/hop.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/vim_test.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/autocommands.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/zen.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/colorizer.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/telescope.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/filetype.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/dap.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/bqf.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/presence.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/twilight.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/telescope/_extensions/file_create.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/typescript.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/keybindings.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/lsp_kind.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/neoclip.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/null_ls/helpers.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = { {        code = "undefined-global",        message = "Undefined global `content`.",        range = {          end = {            character = 27,            line = 67          },          start = {            character = 20,            line = 67          }        },        severity = 2,        source = "Lua Diagnostics."      } },    uri = "file:///home/venson/.config/lvim/lua/user/null_ls/helpers.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/null_ls/go.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/spectre.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/theme.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/flutter_tools.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/indent_blankline.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/rust_tools.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/null_ls/markdown.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/copilot.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/symbols_outline.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/typescriptreact.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/plugins.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/yaml.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/todo_comments.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/sidebar.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/builtin.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = { {        code = "different-requires",        message = "The same file is required with different names.",        range = {          end = {            character = 41,            line = 546          },          start = {            character = 26,            line = 546          }        },        relatedInformation = { {            location = {              range = {                end = {                  character = 29,                  line = 122                },                start = {                  character = 24,                  line = 122                }              },              uri = "file:///home/venson/.config/lvim/lua/user/builtin.lua"            },            message = ""          } },        severity = 2,        source = "Lua Diagnostics."      }, {        code = "different-requires",        message = "The same file is required with different names.",        range = {          end = {            character = 41,            line = 569          },          start = {            character = 26,            line = 569          }        },        relatedInformation = { {            location = {              range = {                end = {                  character = 29,                  line = 122                },                start = {                  character = 24,                  line = 122                }              },              uri = "file:///home/venson/.config/lvim/lua/user/builtin.lua"            },            message = ""          } },        severity = 2,        source = "Lua Diagnostics."      }, {        code = "different-requires",        message = "The same file is required with different names.",        range = {          end = {            character = 20,            line = 739          },          start = {            character = 12,            line = 739          }        },        relatedInformation = { {            location = {              range = {                end = {                  character = 29,                  line = 555                },                start = {                  character = 16,                  line = 555                }              },              uri = "file:///home/venson/.config/lvim/lua/user/plugins.lua"            },            message = ""          } },        severity = 2,        source = "Lua Diagnostics."      } },    uri = "file:///home/venson/.config/lvim/lua/user/builtin.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/dev_icons.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/telescope/_extensions/command_palette.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/tex.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/tabout.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/lightspeed.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/null_ls/init.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/hlslens.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/lua.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/r.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/toml.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/javascriptreact.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/dockerfile.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/javascript.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/codelens.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/telescope/_extensions/luasnip.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/lsp_signature.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/ftplugin/java.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/lualine.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/neovim.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/orgmode.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/metals.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/dashboard.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "textDocument/publishDiagnostics",  params = {    diagnostics = {},    uri = "file:///home/venson/.config/lvim/lua/user/prose.lua"  }}
[DEBUG][2022-03-28 21:47:04] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  jsonrpc = "2.0",  method = "$/status/report",  params = {    text = "😺Lua",    tooltip = "Workspace   : /home/venson/.config/lvim\nCached files: 269/269\nMemory usage: 98M"  }}
[INFO][2022-03-28 21:47:13] .../lua/vim/lsp.lua:1329	"exit_handler"	{ {    _on_attach = <function 1>,    attached_buffers = {      [2] = true    },    cancel_request = <function 2>,    commands = {},    config = {      _on_attach = <function 3>,      autostart = true,      capabilities = {        callHierarchy = {          dynamicRegistration = false        },        textDocument = {          codeAction = {            codeActionLiteralSupport = {              codeActionKind = {                valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" }              }            },            dataSupport = true,            dynamicRegistration = false,            resolveSupport = {              properties = { "edit" }            }          },          completion = {            completionItem = {              commitCharactersSupport = true,              deprecatedSupport = true,              documentationFormat = { "markdown", "plaintext" },              insertReplaceSupport = true,              labelDetailsSupport = true,              preselectSupport = true,              resolveSupport = {                properties = { "documentation", "detail", "additionalTextEdits" }              },              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 }            },            contextSupport = false,            dynamicRegistration = false          },          declaration = {            linkSupport = true          },          definition = {            linkSupport = true          },          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 }            }          },          hover = {            contentFormat = { "markdown", "plaintext" },            dynamicRegistration = false          },          implementation = {            linkSupport = true          },          publishDiagnostics = {            relatedInformation = true,            tagSupport = {              valueSet = { 1, 2 }            }          },          references = {            dynamicRegistration = false          },          rename = {            dynamicRegistration = false,            prepareSupport = true          },          signatureHelp = {            dynamicRegistration = false,            signatureInformation = {              activeParameterSupport = true,              documentationFormat = { "markdown", "plaintext" },              parameterInformation = {                labelOffsetSupport = true              }            }          },          synchronization = {            didSave = true,            dynamicRegistration = false,            willSave = false,            willSaveWaitUntil = false          },          typeDefinition = {            linkSupport = true          }        },        window = {          showDocument = {            support = false          },          showMessage = {            messageActionItem = {              additionalPropertiesSupport = false            }          },          workDoneProgress = true        },        workspace = {          applyEdit = true,          configuration = true,          symbol = {            dynamicRegistration = false,            hierarchicalWorkspaceSymbolSupport = 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 }            }          },          workspaceEdit = {            resourceOperations = { "rename", "create", "delete" }          },          workspaceFolders = true        }      },      cmd = { "lua-language-server" },      cmd_cwd = "/home/venson/.config/lvim",      cmd_env = {        PATH = "/home/venson/.local/share/nvim/lsp_servers/sumneko_lua/extension/server/bin:/home/venson/.npm-global/bin:/home/venson/.local/share/cargo/bin:/home/venson/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl$$"      },      filetypes = { "lua" },      flags = {},      get_language_id = <function 4>,      handlers = <1>{},      init_options = vim.empty_dict(),      log_level = 2,      message_level = 2,      name = "sumneko_lua",      on_attach = <function 5>,      on_exit = <function 6>,      on_init = <function 7>,      on_new_config = <function 8>,      root_dir = "/home/venson/.config/lvim",      settings = {        Lua = {          completion = {            callSnippet = "Replace"          },          diagnostics = {            globals = { "vim", "lvim" }          },          runtime = {            path = { "?.lua", "?/init.lua" },            version = "LuaJIT"          },          telemetry = {            enable = false          },          workspace = {            library = {              ["/home/venson/.local/share/lunarvim/lvim/lua"] = true,              ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/lua"] = true,              ["/home/venson/.local/share/lunarvim/site/pack/packer/opt/lua-dev.nvim/types"] = true,              ["/home/venson/.local/share/lunarvim/site/pack/packer/start/plenary.nvim/lua"] = true,              ["/usr/share/nvim/runtime/lua"] = true,              ["/usr/share/nvim/runtime/lua/vim/lsp"] = true            },            maxPreload = 100000,            preloadFileSize = 10000          }        },        <metatable> = <2>{          __tostring = <function 9>        }      },      single_file_support = true,      workspace_folders = <3>{ {          name = "/home/venson/.config/lvim",          uri = "file:///home/venson/.config/lvim"        } },      <metatable> = <table 2>    },    handlers = <table 1>,    id = 1,    initialized = true,    is_stopped = <function 10>,    messages = {      messages = {},      name = "sumneko_lua",      progress = {        [2] = {          done = true,          percentage = 86,          title = "Loading workspace"        },        [3] = {          done = true,          percentage = 99,          title = "Loading workspace"        }      },      status = {}    },    name = "sumneko_lua",    notify = <function 11>,    offset_encoding = "utf-16",    request = <function 12>,    request_sync = <function 13>,    requests = {},    resolved_capabilities = {      call_hierarchy = false,      code_action = <4>{        codeActionKinds = { "", "quickfix", "refactor.rewrite", "refactor.extract" },        resolveProvider = false      },      code_lens = false,      code_lens_resolve = false,      completion = true,      declaration = false,      document_formatting = false,      document_highlight = true,      document_range_formatting = false,      document_symbol = true,      execute_command = true,      find_references = true,      goto_definition = true,      hover = true,      implementation = false,      rename = true,      signature_help = true,      signature_help_trigger_characters = <5>{ "(", "," },      text_document_did_change = 2,      text_document_open_close = true,      text_document_save = false,      text_document_save_include_text = false,      text_document_will_save = false,      text_document_will_save_wait_until = false,      type_definition = true,      workspace_folder_properties = {        changeNotifications = false,        supported = false      },      workspace_symbol = true    },    rpc = {      handle = <userdata 1>,      notify = <function 14>,      pid = 39394,      request = <function 15>    },    server_capabilities = {      codeActionProvider = <table 4>,      completionProvider = {        resolveProvider = true,        triggerCharacters = { "\t", "\n", ".", ":", "(", "'", '"', "[", ",", "#", "*", "@", "|", "=", "-", "{", "/", "\\", " ", "+", "?" }      },      definitionProvider = true,      documentHighlightProvider = true,      documentOnTypeFormattingProvider = {        firstTriggerCharacter = "\n"      },      documentSymbolProvider = true,      executeCommandProvider = {        commands = { "lua.removeSpace", "lua.solve", "lua.jsonToLua", "lua.setConfig", "lua.autoRequire" }      },      foldingRangeProvider = true,      hoverProvider = true,      offsetEncoding = "utf-16",      referencesProvider = true,      renameProvider = {        prepareProvider = true      },      semanticTokensProvider = {        full = true,        legend = {          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" }        },        range = true      },      signatureHelpProvider = {        triggerCharacters = <table 5>      },      textDocumentSync = {        change = 2,        openClose = true      },      typeDefinitionProvider = true,      workspaceSymbolProvider = true    },    stop = <function 16>,    supports_method = <function 17>,    workspaceFolders = <table 3>,    workspace_did_change_configuration = <function 18>,    workspace_folders = <table 3>  } }
[DEBUG][2022-03-28 21:47:13] .../vim/lsp/rpc.lua:347	"rpc.send"	{  id = 8,  jsonrpc = "2.0",  method = "shutdown"}
[DEBUG][2022-03-28 21:47:13] .../vim/lsp/rpc.lua:454	"rpc.receive"	{  id = 8,  jsonrpc = "2.0",  result = true}
[DEBUG][2022-03-28 21:47:13] .../vim/lsp/rpc.lua:347	"rpc.send"	{  jsonrpc = "2.0",  method = "exit"}
[START][2022-03-28 21:47:35] LSP logging initiated
[INFO][2022-03-28 21:48:31] .../lua/vim/lsp.lua:1329	"exit_handler"	{}
[START][2022-03-28 21:48:35] LSP logging initiated
[INFO][2022-03-28 21:49:27] .../lua/vim/lsp.lua:1329	"exit_handler"	{}

no change in ~/.cache/nvim/log file.

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

@venson please revert back the changes, also can you share your config somewhere it seems like something is wrong in your config, or if you are using my config make sure to reset any changes that you've done to it

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

error comes from here
Screen Shot 2022-03-28 at 6 56 47 PM

which means there is an error while loading the config file, also while at it please do these commands in your shell and take screenshots

lvim -vv
git -C ~/.local/share/lunarvim/lvim rev-parse HEAD

from lvim.

venson avatar venson commented on August 15, 2024

When the problem happens, I remove ~/.config/lvim folder and use your config to test.
There are no changes to the config, just the clone of your repo.

lvim -vv
NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info
git -C ~/.local/share/lunarvim/lvim rev-parse HEAD
5d08a337faa798b67611a1bba545ff5116579da4

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

ok tbh, i have no idea why this might happen, my only suggestion at this point would be to comment out the entire ~/.config/lvim/config.lua and gradually bring them back to identify the issue,
i cannot reproduce this error no matter what i do 😅

btw let me know what was the issue if you did identify it

from lvim.

venson avatar venson commented on August 15, 2024

works fine after comment out the lines in ~/.config/lvim/lua/user/neovim.lua

  -- vim.opt.fillchars = {
  --   -- vert = "▕", -- alternatives │
  --   fold = " ",
  --   eob = " ", -- suppress ~ at EndOfBuffer
  --   diff = "╱", -- alternatives = ⣿ ░ ─
  --   msgsep = "‾",
  --   foldopen = "▾",
  --   foldsep = "│",
  --   foldclose = "▸",
  --   horiz = "━",
  --   horizup = "┻",
  --   horizdown = "┳",
  --   vert = "┃",
  --   vertleft = "┫",
  --   vertright = "┣",
  --   verthoriz = "╋",
  -- }


  -- if vim.fn.has "nvim-0.7" then
  --   local group = vim.api.nvim_create_augroup("CursorLineControl", { clear = true })
  --   vim.api.nvim_create_autocmd("WinLeave", {
  --     group = group,
  --     callback = function()
  --       vim.opt_local.cursorline = false
  --     end,
  --   })
  --   vim.api.nvim_create_autocmd("WinEnter", {
  --     group = group,
  --     callback = function()
  --       if vim.bo.filetype ~= "alpha" then
  --         vim.opt_local.cursorline = true
  --       end
  --     end,
  --   })
  -- end

from lvim.

abzcoding avatar abzcoding commented on August 15, 2024

works fine after comment out the lines in ~/.config/lvim/lua/user/neovim.lua

interesting, can you run this?

:lua print(vim.fn.has "nvim-0.7")

from lvim.

Uzaaft avatar Uzaaft commented on August 15, 2024

@venson What version of neovim are you running?

from lvim.

venson avatar venson commented on August 15, 2024

neovim version 0.6.1

:lua print(vim.fn.has "nvim-0.7")
return 0

I change if vim.fn.has "nvim-0.7" then into if (vim.fn.has "nvim-0.7" ~=0).
It works fine, but still need to comment

  -- vim.opt.fillchars = {
  --   -- vert = "▕", -- alternatives │
  --   fold = " ",
  --   eob = " ", -- suppress ~ at EndOfBuffer
  --   diff = "╱", -- alternatives = ⣿ ░ ─
  --   msgsep = "‾",
  --   foldopen = "▾",
  --   foldsep = "│",
  --   foldclose = "▸",
  --   horiz = "━",
  --   horizup = "┻",
  --   horizdown = "┳",
  --   vert = "┃",
  --   vertleft = "┫",
  --   vertright = "┣",
  --   verthoriz = "╋",
  -- }

from lvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.