Skip to content

Commit

Permalink
fix some help tags for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 authored and mattn committed Jul 25, 2024
1 parent 5770bcf commit 33fe4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/vim-lsp-settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ vim-plug: add below to .vimrc


==============================================================================
INSTALL LANGUAGE SERVER *LspInstallServer*
INSTALL LANGUAGE SERVER *:LspInstallServer*

To install Language Server, you need to open the source file. The filetype
should be set correctly. Then |:LspInstallServer|. |:LspInstallServer| can be
Expand All @@ -60,7 +60,7 @@ taken an argument for the name of Language Server installable.
If you want to update Language Server, please do |:LspInstallServer| again.

==============================================================================
UNINSTALL LANGUAGE SERVER *LspUninstallServer*
UNINSTALL LANGUAGE SERVER *:LspUninstallServer*

To uninstall Language Server, do |:LspUninstallServer|.
>
Expand Down

0 comments on commit 33fe4ed

Please sign in to comment.