| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -30/+0 |
| | | |||||
| * | flow: use npx with `--no-install` option, so it doesn't try to install ↵ | Daniel Schmid | 2020-05-22 | 1 | -1/+1 |
| | | | | | `flow` if not present | ||||
| * | flow: use npx instead of expecting a npm script | Daniel Schmid | 2020-05-22 | 1 | -2/+2 |
| | | |||||
| * | window/showMessage: the display level can be set for 'window/showMessage' ↵ | Hirokazu Hata | 2020-02-24 | 1 | -2/+0 |
| | | | | | | | notification related with #127 | ||||
| * | lua: remove `settings = {}` | Hirokazu Hata | 2020-02-16 | 1 | -1/+0 |
| | | | | | configs.lua set settings vim.empty_dict() as default | ||||
| * | rename "skeleton" to "configs" #100 | Michael Lingelbach | 2020-01-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64 | ||||
| * | flow: set package.json #79 | Hirokazu Hata | 2019-12-24 | 1 | -0/+1 |
| | | |||||
| * | Add support flow language server (#18) | Hirokazu Hata | 2019-11-17 | 1 | -0/+32 |
