yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
447 stars 43 forks source link

[E149] vim error when typing lsp-options #484

Closed jiax1aobo closed 3 months ago

jiax1aobo commented 4 months ago

i installed this plugin through the guide in README

i need some details on command, but i got an error after typing :help lsp-options:

E149: Sorry, no help for lsp-options

maybe plugin manual was not installed correctly?

by VIM 9.0 on macOS

yegappan commented 4 months ago

After installing the plugin, can you run the :helptags ALL command in Vim? This will generate the tags file for all the help files. I will update the plugin documentation to reflect this.

jiax1aobo commented 3 months ago

After installing the plugin, can you run the :helptags ALL command in Vim? This will generate the tags file for all the help files. I will update the plugin documentation to reflect this.

yes, :helptags ALL command works, and it fixed my problem, now :help lsp-options command can work.

thanks for your working.