Skip to content

Instantly share code, notes, and snippets.

[START][2023-11-21 03:13:53] LSP logging initiated
[INFO][2023-11-21 03:13:53] .../vim/lsp/rpc.lua:662 "Starting RPC client" { args = { "--stdio" }, cmd = "/opt/nodejs/.nvm/versions/node/v16.15.0/bin/typescript-language-server", extra = { cwd = "/home/user/test-typescript-project" }}
[DEBUG][2023-11-21 03:13:53] .../vim/lsp/rpc.lua:284 "rpc.send" { id = 1, jsonrpc = "2.0", method = "initialize", params = { capabilities = { textDocument = { callHierarchy = { dynamicRegistration = false }, codeAction = { codeActionLiteralSupport = { codeActionKind = { valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } } }, dataSupport = true, dynamicRegistration = false, isPreferredSupport = true, resolveSupport = { properties = { "edit" } } }, completion = { comple
syntax on
set encoding=utf-8
set scrolloff=5
set laststatus=2
set breakindent
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab