You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
A list of LSs is given in the wiki and the setup usually only prescribes a name, filetype and exe path, sporadically with some args such as --stdio, say
In 2c71d1f I've made it so this plugin will set the appropriate options and mapping depending on the server capabilities. So I think this is what you were looking for.
I wouldn't go filetype specific. That is the job for the user config or a language specific plugin. This plugin tries to be a thin abstraction for setting lsps. I like the approach of Neovim's lspconfig on having separate functions to setup a particular lsp server and pick and choose what server you want.
As one can end up on a computer without the LS, an initial check for each file type
This is more appropriate to have directly in yegappan/lsp as an option, let's say silentMissingLspError
Maybe this repo could make the whole setup more filetype specific and add sensible default mappings for these?
A list of LSs is given in the wiki and the setup usually only prescribes a name, filetype and exe path, sporadically with some args such as
--stdio
, sayAs one can end up on a computer without the LS, an initial check for each file type
can avoid setting options and mappings such as, let's take
ftplugin/c.vim
,in this case.
The text was updated successfully, but these errors were encountered: