aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove healthcheck (#1636)Michael Lingelbach2022-01-051-4/+0
| | | | | | | | | | | | | | Previously, lspconfig had a recommended healthcheck. This was mostly noise as its predominant use was to check if a server was installed. This check was not accurate as vim.fn.executable is extremely primitive and does not consider cmd_env (forwarded to uv_spawn) or language servers that are run via an interpreter. Furthermore, checking if a language server is executable will no longer be a useful signal once TCP support (which allows for connecting to already running or remote servers). Remove for now.
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* fix(checkhealth): rename check_health to check (#1296)Matthieu Coudron2021-10-051-1/+1
| | | as mandated by https://github.com/neovim/neovim/pull/15259#issuecomment-934241413
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-2/+2
|
* checkhealth: add checkhealth nvim_lsp commandMatthieu Coudron2020-02-131-0/+4
| | | | Only check command for now
* remove Vimscript wrapper nvim_lsp#setup()Justin M. Keyes2019-12-081-3/+0
| | | | | | | | | | | | Lua is easy to use from Vimscript, there is no reason to have multiple ways to work with nvim-lsp. - massively clarifies the "story" that users need to comprehend - reduces surface area, maintenance, tests - avoids constant "Vim or Lua" dance in the documentation - simplifies discussions, tutorials, etc. - avoids confusing situation for users that start with Vimscript but later need Lua-only features
* Redo installation. (#17)Ashkan Kiani2019-11-151-9/+0
| | | | | | | | | | | | | | | * Redo installation. Servers which want to be auto installed should specify skeleton[name].install() and it will be automatically added to the list of installable servers. - Add :LspInstall and :LspInstallInfo - Auto generate docs for servers with .install() available. - Add util.npm_installer - Refactor utf8 capabilities common config into a single function - Add contribution notes. - Also expose util.base_install_dir for other installers potentially - Fix tsserver's arguments and add javascript filetypes
* Rename to nvim_lsp and nvim-lsp.Ashkan Kiani2019-11-142-12/+12
|
* Add contributing docs and clangd config.Ashkan Kiani2019-11-141-6/+6
|
* BugfixAshkan Kiani2019-11-141-1/+1
|
* Add gopls, path utils, and root_pattern pattern.Ashkan Kiani2019-11-131-3/+8
|
* Add skeleton and refactor texlab.Ashkan Kiani2019-11-131-1/+5
|
* Add vim function for texlab.Ashkan Kiani2019-11-131-0/+3