| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -23/+0 |
| | | |||||
| * | Enable gopls for go.mod files | Viktor Kojouharov | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Rename to nvim_lsp and nvim-lsp. | Ashkan Kiani | 2019-11-14 | 1 | -0/+26 |
