projects
/
vim-lsp.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vim-lsp.git
2022-09-23
Yegappan Lakshmanan
Merge pull request #67 from dezza/sync
commit
|
commitdiff
|
tree
2022-09-23
Christoffer...
lspserver: sync property
commit
|
commitdiff
|
tree
2022-09-10
Yegappan Lakshmanan
Update the installation instructions with the correct...
commit
|
commitdiff
|
tree
2022-09-10
Yegappan Lakshmanan
Merge pull request #63 from tenderlove/fix-readme
commit
|
commitdiff
|
tree
2022-09-09
Aaron Patterson
Fix installation instructions
commit
|
commitdiff
|
tree
2022-03-31
Yegappan Lakshmanan
Invoke the User autocmd only when some handlers is...
commit
|
commitdiff
|
tree
2022-03-31
Yegappan Lakshmanan
Merge pull request #58 from gpanders/autocmd-attach
commit
|
commitdiff
|
tree
2022-03-31
Gregory Anders
Fire event when LSP client is attached to a buffer
commit
|
commitdiff
|
tree
2022-03-31
Yegappan Lakshmanan
Refresh the location list window with the latest diagno...
commit
|
commitdiff
|
tree
2022-03-31
Yegappan Lakshmanan
Merge pull request #60 from tpope/tabsize-shiftwidth
commit
|
commitdiff
|
tree
2022-03-31
Tim Pope
Use shiftwidth() as tabSize
commit
|
commitdiff
|
tree
2022-03-31
Yegappan Lakshmanan
Merge pull request #59 from gpanders/auto-populate...
commit
|
commitdiff
|
tree
2022-03-30
Gregory Anders
Add option to automatically populate location list...
commit
|
commitdiff
|
tree
2022-03-18
Yegappan Lakshmanan
Merge pull request #55 from Shane-XB-Qian/pr_req_id_is_num
commit
|
commitdiff
|
tree
2022-03-18
shane.xb.qian
shane/mdf: request.id of response to lsp server perhaps...
commit
|
commitdiff
|
tree
2022-03-18
Yegappan Lakshmanan
Merge pull request #56 from Shane-XB-Qian/pr_ntf_only_once
commit
|
commitdiff
|
tree
2022-03-13
shane.xb.qian
shane/mdf: adding ntfOnce func and make unsupported...
commit
|
commitdiff
|
tree
2022-03-11
Yegappan Lakshmanan
Add dummy handlers for workspace folders and client...
commit
|
commitdiff
|
tree
2022-03-11
Yegappan Lakshmanan
Merge pull request #53 from Shane-XB-Qian/pr_defdecl_null
commit
|
commitdiff
|
tree
2022-03-11
shane.xb.qian
shane/mdf: to avoid if location (result) of defDecl...
commit
|
commitdiff
|
tree
2022-03-08
Yegappan Lakshmanan
Update the switch source header support
commit
|
commitdiff
|
tree
2022-03-08
Yegappan Lakshmanan
Merge pull request #49 from noscript/LspSwitchSourceHeader
commit
|
commitdiff
|
tree
2022-03-08
Sergey Vlasov
Add support for LspSwitchSourceHeader command
commit
|
commitdiff
|
tree
2022-03-08
Yegappan Lakshmanan
When jumping to a symbol definition, reuse the current...
commit
|
commitdiff
|
tree
2022-02-21
Yegappan Lakshmanan
Rename Hover function to avoid name conflicts
commit
|
commitdiff
|
tree
2022-02-21
Yegappan Lakshmanan
Handle a null reply from the LSP server properly
commit
|
commitdiff
|
tree
2022-02-20
Yegappan Lakshmanan
Fix typo in popup menu name
commit
|
commitdiff
|
tree
2022-02-20
Yegappan Lakshmanan
Directly use the function name as funcref instead of...
commit
|
commitdiff
|
tree
2022-02-19
Yegappan Lakshmanan
Remove the s: prefix for script local functions
commit
|
commitdiff
|
tree
2022-02-18
Yegappan Lakshmanan
Move the autoload files into the lsp subdirectory
commit
|
commitdiff
|
tree
2022-02-18
Yegappan Lakshmanan
Add support for the LspServerRestart command to restart...
commit
|
commitdiff
|
tree
2022-02-16
Yegappan Lakshmanan
Remove s: prefix in a few more places
commit
|
commitdiff
|
tree
2022-02-13
Yegappan Lakshmanan
In Vim9 scripts, s: prefix is not supported for script...
commit
|
commitdiff
|
tree
2022-02-10
Yegappan Lakshmanan
Remove s: prefix from script-local functions
commit
|
commitdiff
|
tree
2022-02-08
Yegappan Lakshmanan
Change the script-local function names to start with...
commit
|
commitdiff
|
tree
2022-02-06
Yegappan Lakshmanan
When running tests, make the LSP calls synchronous
commit
|
commitdiff
|
tree
2022-02-05
Yegappan Lakshmanan
Update the active parameter in the signature popup...
commit
|
commitdiff
|
tree
2022-02-05
Yegappan Lakshmanan
Move the signature help function to a separate file
commit
|
commitdiff
|
tree
2022-02-05
Yegappan Lakshmanan
Add suppport for expanding and shrinking the visual...
commit
|
commitdiff
|
tree
2022-02-03
Yegappan Lakshmanan
Use global functions instead of funcref variables for...
commit
|
commitdiff
|
tree
2022-02-03
Yegappan Lakshmanan
Add support for the LspCalling and LspCalledBy commands
commit
|
commitdiff
|
tree
2022-02-02
Yegappan Lakshmanan
Test fails with the latest Vim
commit
|
commitdiff
|
tree
2022-02-02
Yegappan Lakshmanan
Vim9 no longer supports # in function names. Use global...
commit
|
commitdiff
|
tree
2022-01-27
Yegappan Lakshmanan
Use the proper type for args (patch from Shane-XB-Qian)
commit
|
commitdiff
|
tree
2022-01-27
Yegappan Lakshmanan
Remove the failing omni completion test
commit
|
commitdiff
|
tree
2022-01-27
Yegappan Lakshmanan
Merge pull request #34 from kohnish/ignoremissing
commit
|
commitdiff
|
tree
2022-01-27
Yegappan Lakshmanan
Merge pull request #37 from kohnish/args
commit
|
commitdiff
|
tree
2022-01-27
Yegappan Lakshmanan
Update the loop that waits for matches for omni-completion
commit
|
commitdiff
|
tree
2022-01-27
Yegappan Lakshmanan
Merge pull request #35 from kohnish/jumpfix
commit
|
commitdiff
|
tree
2022-01-26
kohnish
Allow empty arguments by default
commit
|
commitdiff
|
tree
2022-01-24
kohnish
Option to ignore missing server
commit
|
commitdiff
|
tree
2022-01-24
kohnish
Ctrl + O coming back to wrong location when jump was...
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Add test for LspShowSignature
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Add test for LspHover
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Use the command name in the test function name
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Fix test failure
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Add a test for LspHighlight
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Github action covimerage doesn't work for Vim9 scripts
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Use the latest Ubuntu version for coverage
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Install the latest Vim for unit tests
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Install latest Vim for running the tests
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Enable code coverage
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Add a command to display LSP server capabilities. Add...
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Fix import failure
commit
|
commitdiff
|
tree
2022-01-22
Yegappan Lakshmanan
Add commands to enable/disable highlighting diagnostics...
commit
|
commitdiff
|
tree
2022-01-21
Yegappan Lakshmanan
Missing return value in the omnifunc function
commit
|
commitdiff
|
tree
2022-01-20
Yegappan Lakshmanan
Skip remote files
commit
|
commitdiff
|
tree
2022-01-19
Yegappan Lakshmanan
When running the tests, invoke Vim with the --not-a...
commit
|
commitdiff
|
tree
2022-01-18
Yegappan Lakshmanan
After displaying the signature popup, the LSP commands...
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Disable the GotoImpl test
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Wait for LspGotoImpl to complete
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
When jumping to the location of a symbol, wait for...
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Disable the failing test
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Increase delay
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Display where a exception is thrown
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Increase the delay for the LSP server to respond
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Add test for jumping to symbol location
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Add the unit test status badge to README
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
After LSP server initialization is complete, request...
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Change clangd to clangd-12
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Wait for the LSP server to become ready before running...
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Wait for the LSP server to start
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Use clangd-12
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Use setup-clang action
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
clangd is not found
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Try using clangd-12
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Use WaitForAssert() to support slow systems
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Increase the delay to 1 second in the test
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Display where clangd is installed
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Use clangd package instead of clangd-13
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Add github action to run unit tests
commit
|
commitdiff
|
tree
2022-01-17
Yegappan Lakshmanan
Add scripts to run the unit tests
commit
|
commitdiff
|
tree
2022-01-16
Yegappan Lakshmanan
Error when loading the plugin
commit
|
commitdiff
|
tree
2022-01-16
Yegappan Lakshmanan
Merge pull request #30 from kohnish/vim-lsc-like-behaviour
commit
|
commitdiff
|
tree
2022-01-16
kohnish
Optional vim-lsc like behaviours
commit
|
commitdiff
|
tree
2022-01-16
Yegappan Lakshmanan
Move the functions to display symbol references and...
commit
|
commitdiff
|
tree
2022-01-16
Yegappan Lakshmanan
Merge pull request #29 from kohnish/keep_focus_on_refer...
commit
|
commitdiff
|
tree
2022-01-16
kohnish
Option to disable switching window on show references
commit
|
commitdiff
|
tree
2022-01-16
Yegappan Lakshmanan
Reference window is always opened in a vertically split...
commit
|
commitdiff
|
tree
2022-01-16
Yegappan Lakshmanan
Add support for peeking the list of references to a...
commit
|
commitdiff
|
tree
next