]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2022-10-28 Roberto CastagnolaAdd sent messages to TraceLog
2022-10-27 Yegappan LakshmananMerge pull request #86 from D4yvid/feat/code-action...
2022-10-27 Yegappan LakshmananUpdate the logic used to jump to a symbol location.
2022-10-27 Yegappan LakshmananMerge pull request #83 from Shane-XB-Qian/pr_kept_using...
2022-10-27 D4yvidCreated a option to use popup menu in code action
2022-10-27 D4yvidRemoved "Print()" method used for debugging
2022-10-27 D4yvidCreate custom popup for code action and added a option...
2022-10-26 shane.xb.qianclarify the comment about symbol jump if same buf had...
2022-10-26 Yegappan LakshmananMerge pull request #84 from Shane-XB-Qian/pr_ft_server_...
2022-10-26 shane.xb.qianrename serverStatus to serverRunning
2022-10-26 Yegappan LakshmananMerge pull request #85 from D4yvid/fix/fix-newlines...
2022-10-26 DayvidUpdate handlers.vim
2022-10-26 D4yvidFix new lines in completion popup and in the completion...
2022-10-26 Yegappan LakshmananIn the plugin source files, set the tabstop option...
2022-10-26 Yegappan LakshmananAdd a function to use with the 'tagfunc' option to...
2022-10-26 Yegappan LakshmananMerge pull request #82 from Shane-XB-Qian/pr_lspsign_tr...
2022-10-26 Yegappan LakshmananUse a popup window by default to display the diag messa...
2022-10-26 Yegappan LakshmananMerge pull request #81 from D4yvid/feat/diag-in-popup
2022-10-26 D4yvidUpdate autoload/lsp/options.vim
2022-10-26 shane.xb.qianfeat: add LspServerStatus(ft) func to detect ft lsp...
2022-10-26 shane.xb.qianissue_5: adding func to get LSP server status for ft.
2022-10-26 shane.xb.qianfix: not jump if cur one is same buf also
2022-10-26 shane.xb.qianignore *.swp as well (by gitignore)
2022-10-26 shane.xb.qianfix: check lsp sign trig exist as well
2022-10-26 D4yvidAdd new showDiagInPopup option into lsp.txt at doc...
2022-10-25 D4yvidAdd option to show diagnostics in a popup
2022-10-25 Yegappan LakshmananRefresh the diag message signs when re-enabling diag...
2022-10-25 Yegappan LakshmananCode coverage doesn't work for Vim9 scripts. Remove...
2022-10-25 Yegappan LakshmananWait for diag messages from LSP server
2022-10-25 Yegappan LakshmananUpdate the help text with details about using the LSP...
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
next