]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2022-10-24 Yegappan LakshmananMerge pull request #79 from Shane-XB-Qian/pr_check_trig...
2022-10-24 shane.xb.qianfix: change to `get()` style.
2022-10-24 Yegappan LakshmananMerge branch 'main' of github.com:yegappan/lsp
2022-10-24 Yegappan LakshmananAdd test for LspOutline
2022-10-24 shane.xb.qianfix: check trig char if exist first otherwise broken.
2022-10-23 Yegappan LakshmananMerge pull request #78 from Shane-XB-Qian/pr_empty_user...
2022-10-23 shane.xb.qianfix: user_data maybe empty otherwise mis-type err.
2022-10-23 Yegappan LakshmananFix indentation
2022-10-23 Yegappan LakshmananMerge pull request #77 from rcasta74/lazy_doc
2022-10-23 Roberto CastagnolaLazy documentation for selected completion item
2022-10-23 Yegappan LakshmananSymbol local variable shadows the imported script name
2022-10-23 Yegappan LakshmananMerge pull request #76 from rcasta74/wait_lspserver_ready
2022-10-22 Roberto CastagnolaInitialize buffer with autocmd when LSP server not...
2022-10-21 Yegappan Lakshmananautocomplete overwrites the dot character in typescript...
2022-10-21 Yegappan LakshmananSupport using omni completion when auto completion...
2022-10-21 Yegappan LakshmananUpdate the steps to register LSP servers when using...
2022-10-18 Yegappan LakshmananUse sync RPC for workspace symbol search
2022-10-15 Yegappan LakshmananRevert to clangd-12 as clangd-14 is not availble in...
2022-10-15 Yegappan LakshmananUse sync RPC for the LspIncomingCalls and LspOutgoingCa...
2022-10-12 Yegappan LakshmananRename lspoptions.vim to options.vim
2022-10-12 Yegappan LakshmananUse sync RPC call for showing references
2022-10-10 Yegappan LakshmananUse a sync RPC for shutting down a LSP server
2022-10-09 Yegappan LakshmananUse sync RPC for symbol rename operation. Display...
2022-10-09 Yegappan LakshmananUse sync RPC call for formatting a file
2022-10-08 Yegappan LakshmananUse sync RPC for SwitchSourceHeader
2022-10-08 Yegappan LakshmananUse sync RPC for text selection. Update the help text.
2022-10-07 Yegappan LakshmananUse sync rpc to the LSP server and simplify jumping...
2022-10-06 Yegappan LakshmananUse the lsp channel mode to simplify the code
2022-10-01 Yegappan LakshmananDon't load the plugin in older vim versions
2022-09-30 Yegappan LakshmananBump up the minimum required Vim version to 9.0 and...
2022-09-29 Yegappan LakshmananMerge pull request #70 from atgote/main
2022-09-29 Andrei TihonovschiProvide LSP server initializationOptions support
2022-09-27 Yegappan LakshmananUpdate the LSP server configuration help
2022-09-27 Yegappan LakshmananUpdate the LSP server configuration help
2022-09-27 Yegappan LakshmananUpdate LSP server configuration help
2022-09-27 Yegappan LakshmananMerge pull request #68 from Shane-XB-Qian/pr_doc_syncinit
2022-09-26 shane.xb.qiandoc: correct doc about 'syncInit' and refine instr
2022-09-24 Yegappan LakshmananRename sync option to syncInit and update doc
2022-09-23 Yegappan LakshmananMerge pull request #67 from dezza/sync
2022-09-23 Christoffer... lspserver: sync property
2022-09-10 Yegappan LakshmananUpdate the installation instructions with the correct...
2022-09-10 Yegappan LakshmananMerge pull request #63 from tenderlove/fix-readme
2022-09-09 Aaron PattersonFix installation instructions
2022-03-31 Yegappan LakshmananInvoke the User autocmd only when some handlers is...
2022-03-31 Yegappan LakshmananMerge pull request #58 from gpanders/autocmd-attach
2022-03-31 Gregory AndersFire event when LSP client is attached to a buffer
2022-03-31 Yegappan LakshmananRefresh the location list window with the latest diagno...
2022-03-31 Yegappan LakshmananMerge pull request #60 from tpope/tabsize-shiftwidth
2022-03-31 Tim PopeUse shiftwidth() as tabSize
2022-03-31 Yegappan LakshmananMerge pull request #59 from gpanders/auto-populate...
2022-03-30 Gregory AndersAdd option to automatically populate location list...
2022-03-18 Yegappan LakshmananMerge pull request #55 from Shane-XB-Qian/pr_req_id_is_num
2022-03-18 shane.xb.qianshane/mdf: request.id of response to lsp server perhaps...
2022-03-18 Yegappan LakshmananMerge pull request #56 from Shane-XB-Qian/pr_ntf_only_once
2022-03-13 shane.xb.qianshane/mdf: adding ntfOnce func and make unsupported...
2022-03-11 Yegappan LakshmananAdd dummy handlers for workspace folders and client...
2022-03-11 Yegappan LakshmananMerge pull request #53 from Shane-XB-Qian/pr_defdecl_null
2022-03-11 shane.xb.qianshane/mdf: to avoid if location (result) of defDecl...
2022-03-08 Yegappan LakshmananUpdate the switch source header support
2022-03-08 Yegappan LakshmananMerge pull request #49 from noscript/LspSwitchSourceHeader
2022-03-08 Sergey VlasovAdd support for LspSwitchSourceHeader command
2022-03-08 Yegappan LakshmananWhen jumping to a symbol definition, reuse the current...
2022-02-21 Yegappan LakshmananRename Hover function to avoid name conflicts
2022-02-21 Yegappan LakshmananHandle a null reply from the LSP server properly
2022-02-20 Yegappan LakshmananFix typo in popup menu name
2022-02-20 Yegappan LakshmananDirectly use the function name as funcref instead of...
2022-02-19 Yegappan LakshmananRemove the s: prefix for script local functions
2022-02-18 Yegappan LakshmananMove the autoload files into the lsp subdirectory
2022-02-18 Yegappan LakshmananAdd support for the LspServerRestart command to restart...
2022-02-16 Yegappan LakshmananRemove s: prefix in a few more places
2022-02-13 Yegappan LakshmananIn Vim9 scripts, s: prefix is not supported for script...
2022-02-10 Yegappan LakshmananRemove s: prefix from script-local functions
2022-02-08 Yegappan LakshmananChange the script-local function names to start with...
2022-02-06 Yegappan LakshmananWhen running tests, make the LSP calls synchronous
2022-02-05 Yegappan LakshmananUpdate the active parameter in the signature popup...
2022-02-05 Yegappan LakshmananMove the signature help function to a separate file
2022-02-05 Yegappan LakshmananAdd suppport for expanding and shrinking the visual...
2022-02-03 Yegappan LakshmananUse global functions instead of funcref variables for...
2022-02-03 Yegappan LakshmananAdd support for the LspCalling and LspCalledBy commands
2022-02-02 Yegappan LakshmananTest fails with the latest Vim
2022-02-02 Yegappan LakshmananVim9 no longer supports # in function names. Use global...
2022-01-27 Yegappan LakshmananUse the proper type for args (patch from Shane-XB-Qian)
2022-01-27 Yegappan LakshmananRemove the failing omni completion test
2022-01-27 Yegappan LakshmananMerge pull request #34 from kohnish/ignoremissing
2022-01-27 Yegappan LakshmananMerge pull request #37 from kohnish/args
2022-01-27 Yegappan LakshmananUpdate the loop that waits for matches for omni-completion
2022-01-27 Yegappan LakshmananMerge pull request #35 from kohnish/jumpfix
2022-01-26 kohnishAllow empty arguments by default
2022-01-24 kohnishOption to ignore missing server
2022-01-24 kohnishCtrl + O coming back to wrong location when jump was...
2022-01-22 Yegappan LakshmananAdd test for LspShowSignature
2022-01-22 Yegappan LakshmananAdd test for LspHover
2022-01-22 Yegappan LakshmananUse the command name in the test function name
2022-01-22 Yegappan LakshmananFix test failure
2022-01-22 Yegappan LakshmananAdd a test for LspHighlight
2022-01-22 Yegappan LakshmananGithub action covimerage doesn't work for Vim9 scripts
2022-01-22 Yegappan LakshmananUse the latest Ubuntu version for coverage
2022-01-22 Yegappan LakshmananInstall the latest Vim for unit tests
2022-01-22 Yegappan LakshmananInstall latest Vim for running the tests
2022-01-22 Yegappan LakshmananEnable code coverage
next