aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor docgen and add package.json support (#29)Ashkan Kiani2019-11-171-0/+1
|
* Add support for haskell-ide-engine (#21)czwinzscher2019-11-172-0/+41
|
* Add support flow language server (#18)Hirokazu Hata2019-11-172-1/+35
|
* Basic support for the ccls language server (#19)Petter Wahlman2019-11-172-0/+31
| | | Based on the clangd equivalent
* Add rls support (#24)Hirokazu Hata2019-11-172-0/+37
|
* Improve docgen (#27)Ashkan Kiani2019-11-171-2/+3
| | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors.
* Redo installation. (#17)Ashkan Kiani2019-11-157-207/+260
| | | | | | | | | | | | | | | * 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
* Add bash language server (#15)Daniel Voogsgerd2019-11-152-0/+29
|
* Initial typescript support (#8)Jesse Hoyos2019-11-152-0/+110
|
* Texlab settings (#14)Christian Clason2019-11-151-1/+16
| | | | * mark settings markdown as lua * add complete set of (default) options for texlab
* Add ElmLS (#9)Ashkan Kiani2019-11-145-7/+160
| | | | | | | | | | | | | - 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>
* Add initial support for python-language-server (#3)Christian Clason2019-11-142-0/+66
| | | | | | | | | * initial support for python-language-server * put settings in documentation also: update docgen script update setup call examples in README_preamble
* Rename to nvim_lsp and nvim-lsp.Ashkan Kiani2019-11-147-26/+26
|
* Add contributing docs and clangd config.Ashkan Kiani2019-11-143-1/+42
|
* Use new skeleton. Add docs generator.Ashkan Kiani2019-11-145-406/+215
|
* Bugfix and indentationAshkan Kiani2019-11-132-60/+62
|
* Add gopls, path utils, and root_pattern pattern.Ashkan Kiani2019-11-133-1/+345
|
* Remove print statement.Ashkan Kiani2019-11-132-3/+3
|
* Improve skeletonAshkan Kiani2019-11-133-57/+97
|
* Improve the skeleton.Ashkan Kiani2019-11-132-29/+49
|
* Add alias for texlab_buf_buildAshkan Kiani2019-11-131-0/+2
|
* Add skeleton and refactor texlab.Ashkan Kiani2019-11-134-28/+139
|
* Add more documentation and clean up.Ashkan Kiani2019-11-131-22/+49
|
* Use spaces instead of tabs.Ashkan Kiani2019-11-132-105/+107
|
* Add configuration options.Ashkan Kiani2019-11-132-21/+76
|
* Initial commit. Start with texlab.Ashkan Kiani2019-11-132-0/+130