| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refactor docgen and add package.json support (#29) | Ashkan Kiani | 2019-11-17 | 1 | -0/+1 | |
| | | ||||||
| * | Add support for haskell-ide-engine (#21) | czwinzscher | 2019-11-17 | 2 | -0/+41 | |
| | | ||||||
| * | Add support flow language server (#18) | Hirokazu Hata | 2019-11-17 | 2 | -1/+35 | |
| | | ||||||
| * | Basic support for the ccls language server (#19) | Petter Wahlman | 2019-11-17 | 2 | -0/+31 | |
| | | | | Based on the clangd equivalent | |||||
| * | Add rls support (#24) | Hirokazu Hata | 2019-11-17 | 2 | -0/+37 | |
| | | ||||||
| * | Improve docgen (#27) | Ashkan Kiani | 2019-11-17 | 1 | -2/+3 | |
| | | | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors. | |||||
| * | Redo installation. (#17) | Ashkan Kiani | 2019-11-15 | 7 | -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 Voogsgerd | 2019-11-15 | 2 | -0/+29 | |
| | | ||||||
| * | Initial typescript support (#8) | Jesse Hoyos | 2019-11-15 | 2 | -0/+110 | |
| | | ||||||
| * | Texlab settings (#14) | Christian Clason | 2019-11-15 | 1 | -1/+16 | |
| | | | | | * mark settings markdown as lua * add complete set of (default) options for texlab | |||||
| * | Add ElmLS (#9) | Ashkan Kiani | 2019-11-14 | 5 | -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 Clason | 2019-11-14 | 2 | -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 Kiani | 2019-11-14 | 7 | -26/+26 | |
| | | ||||||
| * | Add contributing docs and clangd config. | Ashkan Kiani | 2019-11-14 | 3 | -1/+42 | |
| | | ||||||
| * | Use new skeleton. Add docs generator. | Ashkan Kiani | 2019-11-14 | 5 | -406/+215 | |
| | | ||||||
| * | Bugfix and indentation | Ashkan Kiani | 2019-11-13 | 2 | -60/+62 | |
| | | ||||||
| * | Add gopls, path utils, and root_pattern pattern. | Ashkan Kiani | 2019-11-13 | 3 | -1/+345 | |
| | | ||||||
| * | Remove print statement. | Ashkan Kiani | 2019-11-13 | 2 | -3/+3 | |
| | | ||||||
| * | Improve skeleton | Ashkan Kiani | 2019-11-13 | 3 | -57/+97 | |
| | | ||||||
| * | Improve the skeleton. | Ashkan Kiani | 2019-11-13 | 2 | -29/+49 | |
| | | ||||||
| * | Add alias for texlab_buf_build | Ashkan Kiani | 2019-11-13 | 1 | -0/+2 | |
| | | ||||||
| * | Add skeleton and refactor texlab. | Ashkan Kiani | 2019-11-13 | 4 | -28/+139 | |
| | | ||||||
| * | Add more documentation and clean up. | Ashkan Kiani | 2019-11-13 | 1 | -22/+49 | |
| | | ||||||
| * | Use spaces instead of tabs. | Ashkan Kiani | 2019-11-13 | 2 | -105/+107 | |
| | | ||||||
| * | Add configuration options. | Ashkan Kiani | 2019-11-13 | 2 | -21/+76 | |
| | | ||||||
| * | Initial commit. Start with texlab. | Ashkan Kiani | 2019-11-13 | 2 | -0/+130 | |
