]> Sergey Matveev's repositories - vim-lsp.git/log
vim-lsp.git
2 years agoAdd ID to servers
Andreas Louv [Tue, 11 Apr 2023 14:40:02 +0000 (16:40 +0200)]
Add ID to servers

2 years agoMerge pull request #240 from andlrc/fix/remove-dead-command
Yegappan Lakshmanan [Thu, 13 Apr 2023 01:23:57 +0000 (18:23 -0700)]
Merge pull request #240 from andlrc/fix/remove-dead-command

The function "lsp#lsp#ShowServer" isn't exported anymore

2 years agoMerge pull request #239 from andlrc/fix/textedit-sorting-needs-to-be-more-specific
Yegappan Lakshmanan [Thu, 13 Apr 2023 01:21:05 +0000 (18:21 -0700)]
Merge pull request #239 from andlrc/fix/textedit-sorting-needs-to-be-more-specific

Take the original sorting into account when sorting textedits

2 years agoThe function "lsp#lsp#ShowServer" isn't exported anymore
Andreas Louv [Wed, 12 Apr 2023 18:33:45 +0000 (20:33 +0200)]
The function "lsp#lsp#ShowServer" isn't exported anymore

The command have been moved to `:LspServer show ...`

2 years agoTake the original sorting into account when sorting textedits
Andreas Louv [Wed, 12 Apr 2023 18:29:06 +0000 (20:29 +0200)]
Take the original sorting into account when sorting textedits

Some language servers like "efm-langserver" configured with "prettier"
will provide multiple textedits for the same line and column, these are
actually sorted "correctly" but since we apply the changes in reverse we
need to also take the original sorting into account.

The range provided is something like:

    { start: { line: 10, character: 0 }, end: { line: 10, character: 0 } }

and this is the LSP servers way to provide an insert.

2 years agoMerge pull request #238 from Shane-XB-Qian/fix_kind_typo_and_tidy
Yegappan Lakshmanan [Wed, 12 Apr 2023 03:47:12 +0000 (20:47 -0700)]
Merge pull request #238 from Shane-XB-Qian/fix_kind_typo_and_tidy

fix: kind typo and tidy

2 years agofix: kind typo and tidy
shane.xb.qian [Wed, 12 Apr 2023 03:23:32 +0000 (11:23 +0800)]
fix: kind typo and tidy

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoRevert the run_tests.sh changes
Yegappan Lakshmanan [Wed, 12 Apr 2023 01:21:10 +0000 (18:21 -0700)]
Revert the run_tests.sh changes

2 years agoToo many LSP server related commands. Consolidate the LSP server commands into a...
Yegappan Lakshmanan [Wed, 12 Apr 2023 01:19:11 +0000 (18:19 -0700)]
Too many LSP server related commands.  Consolidate the LSP server commands into a single :LspServer command using sub-commands

2 years agoMerge pull request #237 from andlrc/chore/rename-functions
Yegappan Lakshmanan [Wed, 12 Apr 2023 00:42:54 +0000 (17:42 -0700)]
Merge pull request #237 from andlrc/chore/rename-functions

Chore/rename functions

2 years agoMerge pull request #236 from andlrc/chore/refactor-LSPShowServer-internals
Yegappan Lakshmanan [Wed, 12 Apr 2023 00:41:54 +0000 (17:41 -0700)]
Merge pull request #236 from andlrc/chore/refactor-LSPShowServer-internals

Chore/refactor lsp show server internals

2 years agoMerge pull request #235 from andlrc/feat/add-test-for-helptags
Yegappan Lakshmanan [Wed, 12 Apr 2023 00:39:38 +0000 (17:39 -0700)]
Merge pull request #235 from andlrc/feat/add-test-for-helptags

Add test to ensure that helptags can be generated without problems

2 years agoMerge pull request #234 from D4yvid/feat/custom-completion-kind
Yegappan Lakshmanan [Wed, 12 Apr 2023 00:34:37 +0000 (17:34 -0700)]
Merge pull request #234 from D4yvid/feat/custom-completion-kind

feat: Add custom completion kind

2 years agoUse "LspShowServer capabilities" instead of rollign own function
Andreas Louv [Tue, 11 Apr 2023 15:04:17 +0000 (17:04 +0200)]
Use "LspShowServer capabilities" instead of rollign own function

2 years agoMove Scratch Window rendering logic to "lsp#lsp#ShowServer"
Andreas Louv [Tue, 11 Apr 2023 15:03:22 +0000 (17:03 +0200)]
Move Scratch Window rendering logic to "lsp#lsp#ShowServer"

2 years agoAdd test to ensure that helptags can be generated without problems
Andreas Louv [Tue, 11 Apr 2023 15:59:16 +0000 (17:59 +0200)]
Add test to ensure that helptags can be generated without problems

The test will raise an exception like:

Error: Test Test_Helptags() failed with exception Vim(helptags):E154: Duplicate tag "lsp-opt-completionKinds" in file ../doc/lsp.txt at command line..script ~/.vim/pack/plugins/opt/lsp/test/runner.vim[50]..function <SNR>1_LspRunTests[20]..Test_Helptags, line 1

2 years agoUpdate lsp.txt
Dayvid Albuquerque [Tue, 11 Apr 2023 15:52:53 +0000 (12:52 -0300)]
Update lsp.txt

2 years agoChange the "completionKinds" documentation text.
Dayvid Albuquerque [Tue, 11 Apr 2023 15:41:13 +0000 (12:41 -0300)]
Change the "completionKinds" documentation text.

2 years agoUse spaces instead of tabs in the kinds table
Dayvid Albuquerque [Tue, 11 Apr 2023 15:34:15 +0000 (12:34 -0300)]
Use spaces instead of tabs in the kinds table

2 years agofeat: Add custom completion kind
D4yvid [Tue, 11 Apr 2023 15:28:14 +0000 (12:28 -0300)]
feat: Add custom completion kind

2 years agoRename "lspServers" to "LSPServers"
Andreas Louv [Tue, 11 Apr 2023 14:40:02 +0000 (16:40 +0200)]
Rename "lspServers" to "LSPServers"

2 years agoRename "DiagRefreshSigns" to "DiagRefresh"
Andreas Louv [Tue, 11 Apr 2023 14:40:02 +0000 (16:40 +0200)]
Rename "DiagRefreshSigns" to "DiagRefresh"

2 years agoMove diagnostic sorting to own function
Andreas Louv [Tue, 11 Apr 2023 14:40:02 +0000 (16:40 +0200)]
Move diagnostic sorting to own function

2 years agoMerge pull request #230 from greeschenko/main
Yegappan Lakshmanan [Tue, 11 Apr 2023 14:47:49 +0000 (07:47 -0700)]
Merge pull request #230 from greeschenko/main

add fix to not LSP documentation with tsserver lsp

2 years agofix description and missing code in ShowCompletionDocumentation()
Oleksiy Hryshchenko [Tue, 11 Apr 2023 14:04:12 +0000 (17:04 +0300)]
fix description and missing code in ShowCompletionDocumentation()

2 years agorefactoring
Oleksiy Hryshchenko [Tue, 11 Apr 2023 06:29:10 +0000 (09:29 +0300)]
refactoring

2 years agoMerge pull request #229 from andlrc/feat/add-lspshowserver-initializerequest
Yegappan Lakshmanan [Tue, 11 Apr 2023 01:15:26 +0000 (18:15 -0700)]
Merge pull request #229 from andlrc/feat/add-lspshowserver-initializerequest

Add ":LspShowServer initializeRequest"

2 years agoadd fix to not LSP documentation with tsserver lsp
Oleksiy Hryshchenko [Mon, 10 Apr 2023 20:56:47 +0000 (23:56 +0300)]
add fix to not LSP documentation with tsserver lsp

2 years agoAdd ":LspShowServer initializeRequest"
Andreas Louv [Mon, 10 Apr 2023 17:56:07 +0000 (19:56 +0200)]
Add ":LspShowServer initializeRequest"

Since it's now possible to add "rootSearch" which changes the rootUri
that is being send to the server I think it makes sense to be able to
easily get to this information. I imagine it will be useful when people
are reporting issues.

It might make sense to request people, that are doing bug reports, to
include the information from:

:LspShowServer status
:LspShowServer initializeRequest
:LspShowServer capabilities

2 years agoAdd support for storing and displaying the language server notification messages...
Yegappan Lakshmanan [Mon, 10 Apr 2023 14:25:10 +0000 (07:25 -0700)]
Add support for storing and displaying the language server notification messages.  Add additional arguments to the LspShowServer command

2 years agoMerge pull request #222 from berggeist/correct-padding-for-virtual-text-diagnostics
Yegappan Lakshmanan [Mon, 10 Apr 2023 12:43:50 +0000 (05:43 -0700)]
Merge pull request #222 from berggeist/correct-padding-for-virtual-text-diagnostics

Fixes the left padding of LspDiagVirtualText messages with tab chars.

2 years agoMerge pull request #225 from andlrc/feat/add-support-for-more-than-one-possible-serve...
Yegappan Lakshmanan [Mon, 10 Apr 2023 12:38:22 +0000 (05:38 -0700)]
Merge pull request #225 from andlrc/feat/add-support-for-more-than-one-possible-server-for-a-filetype

Make it possible to have multiple servers registred for a given filetype

2 years agoPrint server name instead of path
Andreas Louv [Sat, 8 Apr 2023 21:18:41 +0000 (23:18 +0200)]
Print server name instead of path

2 years agoMake it possible to have multiple servers registred for a given filetype
Andreas Louv [Sat, 8 Apr 2023 21:01:39 +0000 (23:01 +0200)]
Make it possible to have multiple servers registred for a given filetype

2 years agoMerge pull request #227 from berggeist/add-end_col-to-diag-loclist
Yegappan Lakshmanan [Mon, 10 Apr 2023 12:31:25 +0000 (05:31 -0700)]
Merge pull request #227 from berggeist/add-end_col-to-diag-loclist

Add range-end attributes to diagnostic  location list.

2 years agoMerge pull request #224 from andlrc/fix/use-cwd-as-the-default-rooturi
Yegappan Lakshmanan [Mon, 10 Apr 2023 12:28:02 +0000 (05:28 -0700)]
Merge pull request #224 from andlrc/fix/use-cwd-as-the-default-rooturi

Use cwd as rootUri and initial workspaceFolder for files within cwd

2 years agoUse the parent directory for files not a descendent of the CWD
Andreas Louv [Fri, 7 Apr 2023 22:11:29 +0000 (00:11 +0200)]
Use the parent directory for files not a descendent of the CWD

2 years agoUse the CWD as the "rootUri" and initial "workspaceFolder"
Andreas Louv [Fri, 7 Apr 2023 22:11:29 +0000 (00:11 +0200)]
Use the CWD as the "rootUri" and initial "workspaceFolder"

2 years agoMerge pull request #226 from Shane-XB-Qian/pr_ws_list_init_wrong
Yegappan Lakshmanan [Mon, 10 Apr 2023 12:20:53 +0000 (05:20 -0700)]
Merge pull request #226 from Shane-XB-Qian/pr_ws_list_init_wrong

fix: init workspace list was wrong if set rootSearch

2 years agoAdds end_lnum attribute to diagnostic loclist.
berggeist [Mon, 10 Apr 2023 09:36:02 +0000 (11:36 +0200)]
Adds end_lnum attribute to diagnostic loclist.

2 years agoAdds end_col attribute to diagnostic location list.
berggeist [Mon, 10 Apr 2023 09:24:38 +0000 (11:24 +0200)]
Adds end_col attribute to diagnostic location list.

2 years agofix: init workspace list was wrong if set rootSearch
shane.xb.qian [Mon, 10 Apr 2023 02:00:08 +0000 (10:00 +0800)]
fix: init workspace list was wrong if set rootSearch

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoAdd the preliminary support for code lens
Yegappan Lakshmanan [Sat, 8 Apr 2023 05:55:31 +0000 (22:55 -0700)]
Add the preliminary support for code lens

2 years agoMerge pull request #223 from andlrc/fix/dont-attempt-to-setup-completion-for-servers...
Yegappan Lakshmanan [Fri, 7 Apr 2023 23:31:02 +0000 (16:31 -0700)]
Merge pull request #223 from andlrc/fix/dont-attempt-to-setup-completion-for-servers-that-arent-providers

Don't setup completion for servers that doesn't support it

2 years agoDon't setup completion for servers that doesn't support it
Andreas Louv [Fri, 7 Apr 2023 21:42:56 +0000 (23:42 +0200)]
Don't setup completion for servers that doesn't support it

2 years agoSupport for detecting the workspace root directory
Yegappan Lakshmanan [Fri, 7 Apr 2023 21:40:08 +0000 (14:40 -0700)]
Support for detecting the workspace root directory

2 years agoMerge pull request #217 from greeschenko/main
Yegappan Lakshmanan [Fri, 7 Apr 2023 19:15:24 +0000 (12:15 -0700)]
Merge pull request #217 from greeschenko/main

fix: add filter to ultisnip list

2 years agoIgnore indexingStarted and indexingEnded notification messages
Yegappan Lakshmanan [Fri, 7 Apr 2023 18:55:49 +0000 (11:55 -0700)]
Ignore indexingStarted and indexingEnded notification messages

2 years agoFixes the text_padding_left of LspDiagVirtualText messages if tab characters are...
sl [Fri, 7 Apr 2023 16:27:25 +0000 (18:27 +0200)]
Fixes the text_padding_left of LspDiagVirtualText messages if tab characters are used.

2 years agoSolargraph Ruby language server returns null in the 'detail' field in some completion...
Yegappan Lakshmanan [Fri, 7 Apr 2023 14:20:00 +0000 (07:20 -0700)]
Solargraph Ruby language server returns null in the 'detail' field in some completion items

2 years agochange matchfuzzy use
Oleksiy Hryshchenko [Thu, 6 Apr 2023 18:39:56 +0000 (21:39 +0300)]
change matchfuzzy use

2 years agoAdd support for the workspace/didChangeConfiguration notification
Yegappan Lakshmanan [Thu, 6 Apr 2023 05:37:37 +0000 (22:37 -0700)]
Add support for the workspace/didChangeConfiguration notification

2 years agofix: add filter to ultisnip list
Oleksiy Hryshchenko [Wed, 5 Apr 2023 17:53:54 +0000 (20:53 +0300)]
fix: add filter to ultisnip list

2 years agoMerge pull request #214 from greeschenko/main
Yegappan Lakshmanan [Wed, 5 Apr 2023 14:07:31 +0000 (07:07 -0700)]
Merge pull request #214 from greeschenko/main

add snippet preview to ultisnip integration

2 years agoMerge pull request #216 from andlrc/fix/render-visual-selection-over-inline-diag
Yegappan Lakshmanan [Wed, 5 Apr 2023 14:05:39 +0000 (07:05 -0700)]
Merge pull request #216 from andlrc/fix/render-visual-selection-over-inline-diag

Render visual selection over inline diag

2 years agoRender visual selection over inline diag
Andreas Louv [Wed, 5 Apr 2023 12:08:27 +0000 (14:08 +0200)]
Render visual selection over inline diag

2 years agocomment echom
Oleksiy Hryshchenko [Wed, 5 Apr 2023 09:36:35 +0000 (12:36 +0300)]
comment echom

2 years agoadd snippet preview to ultisnip integration
Oleksiy Hryshchenko [Wed, 5 Apr 2023 09:20:30 +0000 (12:20 +0300)]
add snippet preview to ultisnip integration

2 years agoMerge pull request #213 from andlrc/chore/add-sig-hl
Yegappan Lakshmanan [Wed, 5 Apr 2023 02:11:22 +0000 (19:11 -0700)]
Merge pull request #213 from andlrc/chore/add-sig-hl

Chore/add sig hl

2 years agoAdd "LspSigActiveParameter" highlighting group
Andreas Louv [Tue, 4 Apr 2023 21:51:31 +0000 (23:51 +0200)]
Add "LspSigActiveParameter" highlighting group

2 years agoSort highlighting groups
Andreas Louv [Tue, 4 Apr 2023 21:49:29 +0000 (23:49 +0200)]
Sort highlighting groups

2 years agoComment out the failing test
Yegappan Lakshmanan [Tue, 4 Apr 2023 04:12:42 +0000 (21:12 -0700)]
Comment out the failing test

2 years agoAdd tests for LspGotoTypeDef and LspGotoImpl
Yegappan Lakshmanan [Tue, 4 Apr 2023 03:11:29 +0000 (20:11 -0700)]
Add tests for LspGotoTypeDef and LspGotoImpl

2 years agoUpgrade CI to clangd-15
Yegappan Lakshmanan [Tue, 4 Apr 2023 02:56:59 +0000 (19:56 -0700)]
Upgrade CI to clangd-15

2 years agoUse server specific log and error files. Add optional name and debug options to...
Yegappan Lakshmanan [Tue, 4 Apr 2023 02:49:56 +0000 (19:49 -0700)]
Use server specific log and error files.  Add optional name and debug options to the LSP server configuration.  Use server specific debug flag for logging.

2 years agoMerge pull request #212 from andlrc/fix/random-stuff
Yegappan Lakshmanan [Tue, 4 Apr 2023 01:35:13 +0000 (18:35 -0700)]
Merge pull request #212 from andlrc/fix/random-stuff

Add error messages etc

2 years agoMerge pull request #211 from andlrc/fix/dont-stall-omni-func
Yegappan Lakshmanan [Tue, 4 Apr 2023 01:29:54 +0000 (18:29 -0700)]
Merge pull request #211 from andlrc/fix/dont-stall-omni-func

Fix/dont stall omni func

2 years agoMerge pull request #210 from andlrc/fix/refer-to-the-actual-buffer-var-instead-of-b
Yegappan Lakshmanan [Tue, 4 Apr 2023 01:24:23 +0000 (18:24 -0700)]
Merge pull request #210 from andlrc/fix/refer-to-the-actual-buffer-var-instead-of-b

Fix/refer to the actual buffer var instead of b

2 years agoMerge pull request #209 from andlrc/fix/display-error-instead-of-empty-popup-for...
Yegappan Lakshmanan [Tue, 4 Apr 2023 01:21:01 +0000 (18:21 -0700)]
Merge pull request #209 from andlrc/fix/display-error-instead-of-empty-popup-for-hover

Show error message instead of an empty popup when there are not content for ":LspHover"

2 years ago$VIMPRG is always empty when printed, escape it to make the message actual helpful
Andreas Louv [Mon, 3 Apr 2023 22:07:13 +0000 (00:07 +0200)]
$VIMPRG is always empty when printed, escape it to make the message actual helpful

2 years agoAlways print no references found error when there are no references
Andreas Louv [Mon, 3 Apr 2023 22:06:37 +0000 (00:06 +0200)]
Always print no references found error when there are no references

2 years agoPrint error when no alternate file can be found
Andreas Louv [Mon, 3 Apr 2023 22:06:17 +0000 (00:06 +0200)]
Print error when no alternate file can be found

2 years agoAdd error tracing when hover reply parsing fails
Andreas Louv [Mon, 3 Apr 2023 22:05:14 +0000 (00:05 +0200)]
Add error tracing when hover reply parsing fails

2 years agoEnd omni search when the language server replies with nothing
Andreas Louv [Mon, 3 Apr 2023 21:38:54 +0000 (23:38 +0200)]
End omni search when the language server replies with nothing

2 years agoReturn an empty list when there are no 'omnifunc' results
Andreas Louv [Mon, 3 Apr 2023 21:34:13 +0000 (23:34 +0200)]
Return an empty list when there are no 'omnifunc' results

This will let the omni search terminate and print

"-- Omni completion (^O^N^P) Pattern not found"

instead of making it end up printing

"-- Omni completion (^O^N^P) -- Searching...".

2 years agoRefer to buffer variable with "bufvar*" instead of "b:"
Andreas Louv [Mon, 3 Apr 2023 21:18:05 +0000 (23:18 +0200)]
Refer to buffer variable with "bufvar*" instead of "b:"

2 years agoAdd test for error output from ":LspHover"
Andreas Louv [Mon, 3 Apr 2023 16:50:32 +0000 (18:50 +0200)]
Add test for error output from ":LspHover"

2 years agoShow error message instead of an empty popup when there are not content for ":LspHover"
Andreas Louv [Mon, 3 Apr 2023 16:40:06 +0000 (18:40 +0200)]
Show error message instead of an empty popup when there are not content for ":LspHover"

2 years agoMerge pull request #208 from andlrc/fix/hide-diag-popup-when-hover-is-called
Yegappan Lakshmanan [Mon, 3 Apr 2023 14:16:00 +0000 (07:16 -0700)]
Merge pull request #208 from andlrc/fix/hide-diag-popup-when-hover-is-called

Hide diagnostic popup when ":LspHover" is used

2 years agoMerge pull request #207 from greeschenko/main
Yegappan Lakshmanan [Mon, 3 Apr 2023 14:14:15 +0000 (07:14 -0700)]
Merge pull request #207 from greeschenko/main

add basic SirVer/ultisnips optional support

2 years agoAdd test for clearing existing popups with ":LspHover"
Andreas Louv [Mon, 3 Apr 2023 12:30:30 +0000 (14:30 +0200)]
Add test for clearing existing popups with ":LspHover"

2 years agoClose all existing popups when ":LspHover" is used
Andreas Louv [Mon, 3 Apr 2023 11:02:31 +0000 (13:02 +0200)]
Close all existing popups when ":LspHover" is used

This related to the introduction of ":LspDiagCurrent!", Introduced in
"be2221b~..4c93f5d", as the automatic diagnostic popup will be above the
hover popup.

2 years agoultisnip minor fix
Oleksiy Hryshchenko [Mon, 3 Apr 2023 08:23:34 +0000 (11:23 +0300)]
ultisnip minor fix

2 years agomerg to main
Oleksiy Hryshchenko [Mon, 3 Apr 2023 08:17:14 +0000 (11:17 +0300)]
merg to main

2 years agoMerge branch 'add_ultisnipsupport'
Oleksiy Hryshchenko [Mon, 3 Apr 2023 08:12:15 +0000 (11:12 +0300)]
Merge branch 'add_ultisnipsupport'

2 years agoultisnip option init
Oleksiy Hryshchenko [Mon, 3 Apr 2023 08:12:04 +0000 (11:12 +0300)]
ultisnip option init

2 years agoAdd commands to open the LSP server debug and error message files. Update the dates...
Yegappan Lakshmanan [Mon, 3 Apr 2023 02:04:48 +0000 (19:04 -0700)]
Add commands to open the LSP server debug and error message files.  Update the dates in the license

2 years agoUpdate the no diag found message
Yegappan Lakshmanan [Mon, 3 Apr 2023 01:24:56 +0000 (18:24 -0700)]
Update the no diag found message

2 years agoMerge pull request #206 from andlrc/add-count-for-lsp-diag-next-prev-add-lsp-diag...
Yegappan Lakshmanan [Mon, 3 Apr 2023 01:23:14 +0000 (18:23 -0700)]
Merge pull request #206 from andlrc/add-count-for-lsp-diag-next-prev-add-lsp-diag-last

Add [count]LspDiag{Next,Prev} and add :LspDiagLast

2 years agoAdd test for ":LspDiagLast"
Andreas Louv [Mon, 3 Apr 2023 00:34:15 +0000 (02:34 +0200)]
Add test for ":LspDiagLast"

2 years agoAdd helpdocs for ":LspDiagLast"
Andreas Louv [Mon, 3 Apr 2023 00:01:52 +0000 (02:01 +0200)]
Add helpdocs for ":LspDiagLast"

2 years agoAdd ":LspDiagLast" which shows the last diagnostic
Andreas Louv [Mon, 3 Apr 2023 00:04:03 +0000 (02:04 +0200)]
Add ":LspDiagLast" which shows the last diagnostic

2 years agoAdd test for "[count]:LspDiagPrev"
Andreas Louv [Mon, 3 Apr 2023 00:31:48 +0000 (02:31 +0200)]
Add test for "[count]:LspDiagPrev"

2 years agoAdd helpdocs for ":[count]LspDiagPrev"
Andreas Louv [Mon, 3 Apr 2023 00:01:52 +0000 (02:01 +0200)]
Add helpdocs for ":[count]LspDiagPrev"

2 years agoMake it possible to provide a "[count]" for ":LspDiagPrev"
Andreas Louv [Mon, 3 Apr 2023 00:00:21 +0000 (02:00 +0200)]
Make it possible to provide a "[count]" for ":LspDiagPrev"

This works somewhat like the count for `:h :cbefore`

2 years agoAdd test for "[count]:LspDiagNext"
Andreas Louv [Mon, 3 Apr 2023 00:26:45 +0000 (02:26 +0200)]
Add test for "[count]:LspDiagNext"

2 years agoAdd helpdocs for ":[count]LspDiagNext"
Andreas Louv [Mon, 3 Apr 2023 00:01:52 +0000 (02:01 +0200)]
Add helpdocs for ":[count]LspDiagNext"

2 years agoMake it possible to provide a "[count]" for ":LspDiagNext"
Andreas Louv [Mon, 3 Apr 2023 00:00:21 +0000 (02:00 +0200)]
Make it possible to provide a "[count]" for ":LspDiagNext"

This works somewhat like the count for `:h :cafter`

2 years agoMove ":LspDiagHere" up to be sorted correctly in the helpdocs
Andreas Louv [Mon, 3 Apr 2023 00:01:04 +0000 (02:01 +0200)]
Move ":LspDiagHere" up to be sorted correctly in the helpdocs

2 years agoMerge pull request #205 from andlrc/feat/add-exact-lspdiagcurrent-with-bang
Yegappan Lakshmanan [Mon, 3 Apr 2023 00:26:48 +0000 (17:26 -0700)]
Merge pull request #205 from andlrc/feat/add-exact-lspdiagcurrent-with-bang

Add `:LspDiagCurrent!` to _only_ show diags if they are under the cursor