aboutsummaryrefslogtreecommitdiffstats
path: root/README_preamble.md
Commit message (Collapse)AuthorAgeFilesLines
* Use a template for README.md (#28)Ashkan Kiani2019-11-171-170/+0
|
* Improve docgen (#27)Ashkan Kiani2019-11-171-8/+1
| | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors.
* Redo installation. (#17)Ashkan Kiani2019-11-151-7/+29
| | | | | | | | | | | | | | | * 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
* Initial typescript support (#8)Jesse Hoyos2019-11-151-0/+1
|
* Add ElmLS (#9)Ashkan Kiani2019-11-141-1/+1
| | | | | | | | | | | | | - 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 github actions for docgen (#7)Ashkan Kiani2019-11-141-9/+7
| | | | | | * Create main.yml * Update CONTRIBUTING and REAMDE. Explain that Github Actions generate README.
* Small edits to readme (#4)Christian Clason2019-11-141-6/+3
|
* Improve documentation and docgen command.Ashkan Kiani2019-11-141-6/+6
| | | | Also improve the recommended command for running docgen.
* Add initial support for python-language-server (#3)Christian Clason2019-11-141-9/+1
| | | | | | | | | * initial support for python-language-server * put settings in documentation also: update docgen script update setup call examples in README_preamble
* Fix clangd's statusAshkan Kiani2019-11-141-1/+1
|
* Fix name in preamble.Ashkan Kiani2019-11-141-1/+1
|
* Rename to nvim_lsp and nvim-lsp.Ashkan Kiani2019-11-141-28/+28
|
* Use new skeleton. Add docs generator.Ashkan Kiani2019-11-141-0/+167