| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* add support for rust-analyzer
* add rust-analyzer package json
|
| |
|
|
|
|
|
|
| |
* Add vscode name for leanls
* Add vscode name for fortls
* Add vscode name for solargraph
* Add vscode name for ccls
* Add vscode name for elmls
* Update for new lsp.callbacks and add note.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* Add sumneko_lua installation and util.sh helper.
* Add vspackage extraction for package.json information via vscode name.
* Allow specifying a tempdir at DOCGEN_TEMPDIR
* Fix on_new_config and add docs for root_dir
* User settings titles are not always useful
|
| |\
| |
| | |
Fixes for new LSP changes
|
| | | |
|
| |/ |
|
| |
|
|
| |
- Add client.workspace_did_change_configuration()
- Notify settings on init.
|
| |
|
|
| |
Fixes neovim/nvim-lsp#39.
|
| |
|
|
|
|
|
|
|
| |
- Fix the problem that Windows identification fails because
uv.os_uname().sysname is different between MSVC(Windows_NT)
and MINGW(MINGW32_NT-XX.X).
- Fixes an issue where is_fs_root() does not return true in the root
directory because dirname() returns a value (such as C:) that does
not include the last path_sep.
- Fix problem where path_join('/', 'home') return '//home'.
|
| |
|
| |
`api.nvim_err_writeln` expected only 1 argument
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* Use os_homedir as root_dir for single instance servers.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Based on the clangd equivalent
|
| | |
|
| |
|
|
|
| |
- Automatically generate the `Implemented servers` section.
- Remove dependency on `cat`
- Provide scripts/docgen.sh which actually reports errors.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
| |
* mark settings markdown as lua
* add complete set of (default) options for texlab
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Initial add of elmLS support
- Removes unnecessary vim.schedule_wrap fn calls in elmls & clangd impls
- Add automatic installation for elmls and update docs.
- Sort server output in the README.
- Add commands for elmls for buffer and globally.
- [bugfix] Skeleton could've tried to attach even if root_dir was nil
TODO: check for updates and warn the user if there are updates when an elm server is started.
Co-authored-by: Seth Messer <seth.messer@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
* initial support for python-language-server
* put settings in documentation
also:
update docgen script
update setup call examples in README_preamble
|
| |
|